Readability: Tuldava's Text Difficulty Formula
This is just a convenient wrapper function for readability
.
tuldava( txt.file, hyphen = NULL, parameters = c(syll = 1, word1 = 1, word2 = 1, sent = 1), ... )
txt.file |
Either an object of class |
hyphen |
An object of class kRp.hyphen. If |
parameters |
A numeric vector with named magic numbers, defining the relevant parameters for the index. |
... |
Further valid options for the main function,
see |
This function calculates Tuldava's Text Difficulty Formula. In contrast to
readability
,
which by default calculates all possible indices,
this function will only calculate the index value.
An object of class kRp.readability
.
This index originally has no parameter weights. To be able the use weights anyway, each parameter of the formula is available and its weight set to 1 by default.
## Not run: tuldava(tagged.text) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.