| AnalyzerChain | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.