A character vector with word classes which should be removed. The default value
"nonpunct" has special meaning and will cause the result of
kRp.POS.tags(lang, c("punct","sentc"), list.classes=TRUE) to be used.
Another valid value
corp.rm.tag
A character vector with valid POS tags which should be removed.
as.vector
Logical. If TRUE,
results will be returned as a character vector containing only the text parts
which survived the filtering.
Value
An object of class kRp.tagged-class. If as.vector=TRUE,
returns only a character vector.