This class is used for objects that are returned by kRp.text.transform.
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.