MSTTR {koRpus} | R Documentation |
Lexical diversity: Mean Segmental Type-Token Ratio (MSTTR)
Description
This is just a convenient wrapper function for lex.div
.
Usage
MSTTR(txt, segment = 100, ...)
Arguments
txt |
An object of class |
segment |
An integer value, defining how many tokens should form one segment. |
... |
Further valid options for the main function,
see |
Details
This function calculates the mean segmental type-token ratio (MSTTR). In contrast to
lex.div
,
which by default calculates all possible measures and
their progressing characteristics, this function will only calculate the MSTTR value.
Value
An object of class kRp.TTR
.
See Also
kRp.POS.tags
,
kRp.text
,
kRp.TTR
Examples
## Not run:
MSTTR(tagged.text)
## End(Not run)
[Package koRpus version 0.13-8 Index]