SreekarB commited on
Commit
f4a78e6
·
verified ·
1 Parent(s): c02cf74

Update simple_casl_app.py

Browse files
Files changed (1) hide show
  1. simple_casl_app.py +2 -3
simple_casl_app.py CHANGED
@@ -758,7 +758,6 @@ def analyze_transcript_content(transcript_content, age, gender, slp_notes):
758
 
759
  B. Syntactic Skills:
760
  - Count sentence types (simple, compound, complex, compound-complex)
761
- - Calculate average sentence length
762
  - Identify syntactic patterns and errors
763
  - Assess clause complexity and embedding
764
 
@@ -882,8 +881,8 @@ def analyze_transcript_content(transcript_content, age, gender, slp_notes):
882
  10. QUANTITATIVE METRICS:
883
 
884
  - Total words: [count]
885
- - Total sentences: [count]
886
- - Average sentence length: [calculation]
887
  - Type-Token Ratio: [calculation]
888
  - Disfluency rate: [percentage]
889
  - Error rate: [percentage]
 
758
 
759
  B. Syntactic Skills:
760
  - Count sentence types (simple, compound, complex, compound-complex)
 
761
  - Identify syntactic patterns and errors
762
  - Assess clause complexity and embedding
763
 
 
881
  10. QUANTITATIVE METRICS:
882
 
883
  - Total words: [count]
884
+ - Total utterances: [count]
885
+ - Mean length of utterance (MLU): [calculation]
886
  - Type-Token Ratio: [calculation]
887
  - Disfluency rate: [percentage]
888
  - Error rate: [percentage]