kRp.tagged,-class: S4 Class kRp.tagged
Description
This class is used for objects that are returned by treetag or tokenize.
Slots
lang- A character string,
naming the language that is assumed for the tokenized text in this object.
desc- Descriptive statistics of the tagged text.
TT.res- Results 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.