Parents: | text-analysis |
Class | Superclass | Slots |
text-analysis | tuple | #paragraphs #sentences #chars #words #syllables #complex-words #unique-words #difficult-words |
Word | Stack effect |
<text-analysis> | ( str -- text-analysis ) |
ABBREVIATIONS | ( -- value ) |
add-syllable | ( -- value ) |
automated-readability | ( text-analysis -- n ) |
chars-per-word | ( text-analysis -- n ) |
coleman-liau | ( text-analysis -- n ) |
dale-chall | ( text-analysis -- n ) |
flesch | ( text-analysis -- n ) |
flesch-kincaid | ( text-analysis -- n ) |
gunning-fog | ( text-analysis -- n ) |
percent-complex-words | ( text-analysis -- n ) |
percent-difficult-words | ( text-analysis -- n ) |
sentences-per-word | ( text-analysis -- n ) |
smog | ( text-analysis -- n ) |
split-paragraphs | ( str -- seq ) |
split-sentences | ( str -- seq ) |
split-words | ( str -- words ) |
sub-syllable | ( -- value ) |
syllables | ( str -- n ) |
syllables-per-word | ( text-analysis -- n ) |
text-report-format | ( -- string ) |
trimmed | ( seq -- seq ) |
words-per-sentence | ( text-analysis -- n ) |
Word | Stack effect |
text-analysis? | ( object -- ? ) |