See: Description
Interface | Description |
---|---|
Analyzer |
An analyzer that segments the input text into sentences, tokenizes it,
creates its parse tree and identifies the entities there creating a
Text object. |
Class | Description |
---|---|
EntityRecognizerAnalyzer |
A wrapper to apply an
EntityRecognizer after analyzing the text. |
FreelingAnalyzer |
An analyzer that uses Freeling as its backend.
|
StanfordCoreNLPAnalyzer |
An analyzer that uses Stanford CoreNLP as its backend.
|