ELF {koRpus} | R Documentation |
Readability: Fang's Easy Listening Formula (ELF)
Description
This is just a convenient wrapper function for readability
.
Usage
ELF(txt.file, hyphen = NULL, parameters = c(syll = 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 Fang's Easy Listening Formula (ELF). 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
.
References
DuBay, W.H. (2004). The Principles of Readability. Costa Mesa: Impact Information. WWW: http://www.impact-information.com/impactinfo/readability02.pdf; 22.03.2011.
Examples
## Not run:
ELF(tagged.text)
## End(Not run)