LIX {koRpus} | R Documentation |
Readability: Bj\"ornsson's L\"asbarhetsindex (LIX)
Description
This is just a convenient wrapper function for readability
.
Usage
LIX(txt.file, parameters = c(char = 6, const = 100), ...)
Arguments
txt.file |
Either an object of class |
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 the readability index ("l\"asbarhetsindex") by Bj\"ornsson. In contrast to readability
,
which by default calculates all possible indices,
this function will only calculate the index value.
This formula doesn't need syllable count.
Value
An object of class kRp.readability
.
References
Anderson, J. (1981). Analysing the readability of english and non-english texts in the classroom with Lix. In Annual Meeting of the Australian Reading Association, Darwin, Australia.
Anderson, J. (1983). Lix and Rix: Variations on a little-known readability index. Journal of Reading, 26(6), 490–496.
Examples
## Not run:
LIX(tagged.text)
## End(Not run)