Chain multiple analyzers together
analyzersList of TextAnalyzer objects
new()Create a new AnalyzerChain
AnalyzerChain$new(analyzers)analyzersList of TextAnalyzer objects
analyze()Run text through all analyzers
AnalyzerChain$analyze(text)textInput text
Character vector of tokens
clone()The objects of this class are cloneable with this method.
AnalyzerChain$clone(deep = FALSE)deepWhether to make a deep clone.