RobPruzan commited on
Commit
b58b3e7
1 Parent(s): 012a484

Updating Description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -485,7 +485,7 @@ with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
485
  practice to repeat the same words when it's possible not to. Vocabulary diversity is generally computed by taking the ratio of unique
486
  strings/ total strings. This does not give an indication if the person has a large vocabulary or if the topic does not require a diverse
487
  vocabulary to express it. This algorithm only scores the text based on how many times a unique word was chosen for a semantic idea, e.g.,
488
- "Forest" and "Trees" are 2 words to represent one semantic idea, so this would receive a 100% lexical diversity score, vs using the word
489
  "Forest" twice would yield you a 25% diversity score, (1 unique word/ 2 total words)^2
490
  """)
491
  gr.Markdown("""**Speech Pronunciation Scoring-**- The Wave2Vec 2.0 model is utilized to convert audio into text in real-time. The model predicts words or phonemes
 
485
  practice to repeat the same words when it's possible not to. Vocabulary diversity is generally computed by taking the ratio of unique
486
  strings/ total strings. This does not give an indication if the person has a large vocabulary or if the topic does not require a diverse
487
  vocabulary to express it. This algorithm only scores the text based on how many times a unique word was chosen for a semantic idea, e.g.,
488
+ "Forest" and "Woods" are 2 words to represent one semantic idea, so this would receive a 100% lexical diversity score, vs using the word
489
  "Forest" twice would yield you a 25% diversity score, (1 unique word/ 2 total words)^2
490
  """)
491
  gr.Markdown("""**Speech Pronunciation Scoring-**- The Wave2Vec 2.0 model is utilized to convert audio into text in real-time. The model predicts words or phonemes