|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TextAnalyzer.AnalysedText in org.apache.stanbol.commons.opennlp |
|---|
| Methods in org.apache.stanbol.commons.opennlp that return TextAnalyzer.AnalysedText | |
|---|---|
TextAnalyzer.AnalysedText |
TextAnalyzer.analyseSentence(java.lang.String sentence)
Analyses the parsed text in a single chunk. |
| Methods in org.apache.stanbol.commons.opennlp that return types with arguments of type TextAnalyzer.AnalysedText | |
|---|---|
java.util.Iterator<TextAnalyzer.AnalysedText> |
TextAnalyzer.analyse(java.lang.String text)
Analyses sentence by sentence when Iterator.next() is called on
the returned Iterator. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||