This class is used for objects that are returned by textTransform.
langA character string, naming the language that is assumed for the analized text in this object.
descDescriptive statistics of the tagged text.
TT.resA data.frame with the fully tagged and transformed text (like TT.res in class koRpus.tagged,
plus
the new columns token.old and equal).
diffA list with atomic vectors, describing the amount of diffences between both text variants (percentage):
all.tokens:Percentage of all tokens, including punctuation, that were altered.
words:Percentage of altered words only.
all.chars:Percentage of all characters, including punctuation, that were altered.
letters:Percentage of altered letters in words only.
Should you need to manually generate objects of this class (which should rarely be the case),
the contructor function
kRp_txt_trans(...) can be used instead of
new("kRp.txt.trans", ...).