Chain multiple analyzers together
Public fields
analyzers
List of TextAnalyzer objects
Methods
Method new()
Create a new AnalyzerChain
Arguments
analyzers
List of TextAnalyzer objects
Method analyze()
Run text through all analyzers
Usage
AnalyzerChain$analyze(text)
Returns
Character vector of tokens
Method clone()
The objects of this class are cloneable with this method.
Usage
AnalyzerChain$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.