readability
.
coleman(txt.file, hyphen = NULL, parameters = c(syll = 1), clz1 = c(word = 1.29, const = 38.45), clz2 = c(word = 1.16, sntc = 1.48, const = 37.95), clz3 = c(word = 1.07, sntc = 1.18, pron = 0.76, const = 34.02), clz4 = c(word = 1.04, sntc = 1.06, pron = 0.56, prep = 0.36, const = 26.01), ...)
kRp.tagged-class
,
a character vector which must be be
a valid path to a file containing the text to be analyzed,
or a list of text features. If the latter, calculation
is done by readability.num
.NULL
,
the text will be hyphenated automatically.readability
for details.kRp.readability-class
.
readability
, which by default calculates all possible
indices, this function will only calculate the index value.
## Not run:
# coleman(tagged.text)
# ## End(Not run)
Run the code above in your browser using DataLab