tuldava {koRpus} | R Documentation |
Readability: Tuldava's Text Difficulty Formula
Description
This is just a convenient wrapper function for readability
.
Usage
tuldava(
txt.file,
hyphen = NULL,
parameters = c(syll = 1, word1 = 1, word2 = 1, sent = 1),
...
)
Arguments
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 |
Details
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.
Value
An object of class kRp.readability
.
Note
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.
Examples
## Not run:
tuldava(tagged.text)
## End(Not run)