- getChunker(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the Chunker for a given language
- getChunker() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
- getChunkerModel(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the chunker model for the parsed language.
- getChunkPosTypes() - Method in class org.apache.stanbol.commons.opennlp.PosTypeChunker
-
Deprecated.
The set of POS types used to create Chunks
- getChunks() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
-
Deprecated.
- getConfig() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
- getEnd() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
-
Deprecated.
- getEnd() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
-
Deprecated.
- getFollowedPosTypes() - Method in class org.apache.stanbol.commons.opennlp.PosTypeChunker
-
Deprecated.
The set of POS types followed to extend Chunks.
- getInstance(String, double) - Static method in class org.apache.stanbol.commons.opennlp.PosTypeChunker
-
Deprecated.
- getLanguage() - Method in enum org.apache.stanbol.commons.opennlp.PosTagsCollectionEnum
-
Deprecated.
- getLanguage() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
-
Deprecated.
- getLanguage() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
- getMinPosTypeProbability() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
-
Deprecated.
Getter for the minimum POS tag probability so that the
PosTypeChunker processes a POS tag.
- getModel(Class<T>, String, Map<String, String>) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the Model with the parsed type, name and properties.
- getNameFinder(String, String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the TokenNameFinder for the parsed entity type and language.
- getNameModel(String, String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the named entity finder model for the parsed entity type and language.
- getOffset() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
-
Deprecated.
Getter for the Offset of this Sentence relative to the whole analysed
Text.
- getOpenNLP() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
- getPartOfSpeachModel(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the "part-of-speech" model for the parsed language.
- getPartOfSpeechTagger(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the "part-of-speech" tagger for the parsed language.
- getPosProbabilities() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
-
Deprecated.
Getter for the probabilities of all
POS tags
- getPosProbability() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
-
Deprecated.
Getter for the probability of the top ranked POS tag
- getPosTag() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
-
Deprecated.
Getter for the best ranked POS tag for this token
- getPosTagCollection(String, PosTypeCollectionType) - Static method in enum org.apache.stanbol.commons.opennlp.PosTagsCollectionEnum
-
Deprecated.
Getter for the POS (Part-of-Speech) tag collection for the given language
and type
- getPosTagger() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
- getPosTags() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
-
Deprecated.
Getter for all the POS tags of this Token.
- getPosTypeChunker() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
- getProbability() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
-
Deprecated.
- getSentenceDetector(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the sentence detector of the parsed language.
- getSentenceDetector() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
- getSentenceModel(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the sentence detection model of the parsed language.
- getSize() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
-
Deprecated.
- getStart() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
-
Deprecated.
- getStart() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
-
Deprecated.
- getTags() - Method in enum org.apache.stanbol.commons.opennlp.PosTagsCollectionEnum
-
Deprecated.
Getter for the set of POS tags
- getText() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
-
Deprecated.
The text of this chunk
- getText() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
-
Deprecated.
- getText() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
-
Deprecated.
Getter for the value of this token
- getTokenizer(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the Tokenizer of a given language.
- getTokenizer() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
-
Deprecated.
Getter for the Tokenizer of a given language
- getTokenizerModel(String) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
-
Getter for the tokenizer model for the parsed language.
- getTokens() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
-
Deprecated.
- getTokens() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
-
Deprecated.
- getType() - Method in enum org.apache.stanbol.commons.opennlp.PosTagsCollectionEnum
-
Deprecated.