| Modifier and Type | Method and Description |
|---|---|
TextAnalyzer.AnalysedText |
TextAnalyzer.analyseSentence(String sentence)
Deprecated.
Analyses the parsed text in a single chunk.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<TextAnalyzer.AnalysedText> |
TextAnalyzer.analyse(String text)
Deprecated.
Analyses sentence by sentence when
Iterator.next() is called on
the returned Iterator. |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.