Handbook
Glossary
flesch ( text-analysis -- n )
Vocabulary
text-analysis
.
private
Inputs
text-analysis
an
object
Outputs
n
an
object
Definition
USING:
kernel
math
;
IN:
text-analysis.private
:
flesch
( text-analysis -- n )
206.835
swap
[
words-per-sentence
1.015
*
-
]
[
syllables-per-word
84.6
*
-
]
bi
;