Uses of Class
org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText

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(String sentence)
          Deprecated. Analyses the parsed text in a single chunk.
 

Methods in org.apache.stanbol.commons.opennlp that return types with arguments of type TextAnalyzer.AnalysedText
 Iterator<TextAnalyzer.AnalysedText> TextAnalyzer.analyse(String text)
          Deprecated. Analyses sentence by sentence when Iterator.next() is called on the returned Iterator.
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.