janus.metrics.reading#
Functions#
|
Calculates word count exactly how readability package does |
|
Calculate the Flesch Score using textstat. |
|
Calculate the Flesch Score using textstat. |
|
Calculate the Gunning-Fog Score using textstat. |
|
Calculate the Dale-Chall Readability Score using textstat. |
|
Calculate the Automated Readability Index using textstat. |
|
Calculate the Coleman-Liau Index using textstat. |
Module Contents#
- janus.metrics.reading.word_count(text)#
Calculates word count exactly how readability package does
- Parameters:
text – The input string.
- Returns:
Word Count
- janus.metrics.reading.flesch(target, **kwargs)#
Calculate the Flesch Score using textstat.
- janus.metrics.reading.flesch_grade(target, **kwargs)#
Calculate the Flesch Score using textstat.
- janus.metrics.reading.gunning_fog(target, **kwargs)#
Calculate the Gunning-Fog Score using textstat.
- janus.metrics.reading.dale_chall(target, **kwargs)#
Calculate the Dale-Chall Readability Score using textstat.
- janus.metrics.reading.automated_readability(target, **kwargs)#
Calculate the Automated Readability Index using textstat.