Handbook
Glossary
flesch-kincaid ( 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-kincaid
( text-analysis -- n )
[
words-per-sentence
0.39
*
]
[
syllables-per-word
11.8
*
]
bi
+
15.59
-
;