Structs§
- APOSTROPHE
- Apostrophe
- DOUBLE
- Match double syllable pre- and suffixes
- DOUBLE_
SYLLABIC_ FOUR - Match four-syllable words counted as one, but should be two
- DOUBLE_
SYLLABIC_ ONE - Match syllables counted as one, but should be two
- DOUBLE_
SYLLABIC_ THREE - Match three-syllable words counted as one, but should be two
- DOUBLE_
SYLLABIC_ TWO - Match two-syllable words counted as one, but should be two
- IRREGULAR_
NOUNS - Nouns with irregular singular/plural forms
- IRREGULAR_
NOUNS_ INVERTED - Nouns with irregular plural/singular forms
- NEED_
TO_ BE_ FIXED - Nouns that need to be fixed when counting syllables
- NON_
ALPHABETIC - Non-alphabetic
- PROBLEMATIC_
WORDS - Nouns with problematic syllable counts
- SINGLE
- Match single syllable pre- and suffixes
- SINGLE_
SYLLABIC_ ONE - Match syllables counted as two, but should be one
- SINGLE_
SYLLABIC_ TWO - Match two-syllable words counted as two, but should be one
- TRIPLE
- Match triple syllabble suffixes
- VOWEL
- Vowels
Constants§
- SAME_
SINGULAR_ PLURAL - Nouns with the same singular and plural forms
Functions§
- automated_
readability_ index - Automated Readability Index (ARI)
- coleman_
liau_ index - Coleman-Liau Index (CLI)
- flesch_
kincaid_ grade_ level - Flesch-Kincaid Grade Level (FKGL)
- flesch_
reading_ ease_ score - Flesch Reading Ease Score (FRES)
- get_
complex_ word_ count - Count the number of “complex words” in a given text
- get_
letter_ count - Count the number of letters in a given text
- get_
long_ word_ count - Count the number of “long words” in a given text
- get_
sentence_ count - Count the number of sentences in a given text
- get_
singular_ form - Get the singular form of a word (e.g. “people” -> “person”)
- get_
syllable_ count - get_
word_ count - Count the number of words in a given text
- get_
words - Get list of words in a given text
- gunning_
fog_ index - Gunning Fog Index (GFI)
- lix
- Lix
- smog
- Simple Measure of Gobbledygook (SMOG)
- tokenize
- Break text into tokens