This class is used for objects that are returned by kRp.text.analysis
.
lang
A character string, naming the language that is assumed for the analized text in this object
TT.res
A commented verion of the fully tagged text. Depending on input data,
this is
identical to the slot TT.res
of function treetag
or freq.analysis
.
desc
Descriptive statistics
lex.div
Information on lexical diversity
freq.analysis
Information on the word frequencies of the analyzed text.
Should you need to manually generate objects of this class (which should rarely be the case),
the contructor function
kRp_analysis(...)
can be used instead of
new("kRp.analysis", ...)
.