This class is used for objects that are returned by treetag or tokenize.
langA character string, naming the language that is assumed for the tokenized text in this object.
descDescriptive statistics of the tagged text.
TT.resResults of the called tokenizer and POS tagger. The data.frame has eight columns:
token:The tokenized text.
tag:POS tags for each token.
lemma:Lemma for each token.
lttr:Number of letters.
wclass:Word class.
desc:A short description of the POS tag.
stop:Logical, TRUE if token is a stopword.
stem:Stemmed token.