This class is used for objects that are returned by kRp.text.analysis.
langA character string, naming the language that is assumed for the analized text in this object
TT.resA 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.
descDescriptive statistics
lex.divInformation on lexical diversity
freq.analysisInformation 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", ...).