Handbook
Glossary
analyze-text. ( str -- )
Vocabulary
text-analysis
Inputs
str
an
object
Outputs
None
Definition
USING:
accessors
combinators
formatting
text-analysis.private
;
IN:
text-analysis
:
analyze-text.
( str -- )
<text-analysis>
{
[
#paragraphs>>
]
[
#sentences>>
]
[
#words>>
]
[
#chars>>
]
[
words-per-sentence
]
[
syllables-per-word
]
[
flesch
]
[
flesch-kincaid
]
[
gunning-fog
]
[
coleman-liau
]
[
smog
]
[
automated-readability
]
[
dale-chall
]
}
cleave
text-report-format
printf
;