A C E F G H I K L M O P R S T V

A

analyse(String) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
Deprecated. Analyses sentence by sentence when Iterator.next() is called on the returned Iterator.
analyseSentence(String) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer
Deprecated. Analyses the parsed text in a single chunk.

C

chunkAsSpans(String[], String[]) - Method in class org.apache.stanbol.commons.opennlp.PosTypeChunker
Deprecated. Build the chunks based on the parsed tokens and POS tags.
chunkAsSpans(String[], String[][], double[][]) - Method in class org.apache.stanbol.commons.opennlp.PosTypeChunker
Deprecated. Build the chunks based on the parsed tokens and the one or more detected POS tags alternatives for the tokens.
chunks - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
Deprecated. Final and unmodifiable list with the chunks of the analysed TextAnalyzer.AnalysedText.sentence or null of no chunks are available
chunkSpan - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
Deprecated. Span over the TextAnalyzer.AnalysedText.tokens as used by the TextAnalyzer.AnalysedText.Chunk.getStart() and TextAnalyzer.AnalysedText.Chunk.getEnd() methods

E

enableChunker - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
enableChunker(boolean) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
enablePosTagger - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
enablePosTagger(boolean) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
enablePosTypeChunker - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
enablePosTypeChunker(boolean) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated. Enables the used of the PosTypeChunker if no Chunker for the current language is available.
enableSentenceDetector - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
enableSentenceDetector(boolean) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  

F

forceKeywordTokenizer - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
forceKeywordTokenizer(boolean) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
forcePosTypeChunker - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
forcePosTypeChunker(boolean) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated. Forces the use of the PosTypeChunker even if a Chunker for the current language would be available
forceSimpleTokenizer - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
forceSimpleTokenizer(boolean) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  

G

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. Creates an instance for the given language based on the configuration within the PosTagsCollectionEnum.
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.  

H

hasAlphaNumeric - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
Deprecated.  
hasAplhaNumericChar() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
Deprecated.  

I

INSTANCE - Static variable in class org.apache.stanbol.commons.opennlp.KeywordTokenizer
 
isChunkerEnabled() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
isKeywordTokenizerForced() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
isPosTaggerEnable() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
isPosTypeChunkerEnabled() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
isPosTypeChunkerForced() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
isSentenceDetectorEnabled() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
isSimpleTokenizerForced() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  

K

KeywordTokenizer - Class in org.apache.stanbol.commons.opennlp
Performs tokenization using the character class whitespace.

L

language - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
Deprecated. The language of the analyzed text
lookupModelStream(String, Map<String, String>) - Method in class org.apache.stanbol.commons.opennlp.OpenNLP
Lookup an openNLP data file via the OpenNLP.dataFileProvider

M

models - Variable in class org.apache.stanbol.commons.opennlp.OpenNLP
Map holding the already built models TODO: change to use a WeakReferenceMap

O

OpenNLP - Class in org.apache.stanbol.commons.opennlp
OSGI service that let you load OpenNLP Models via the Stanbol DataFileProvider infrastructure.
OpenNLP() - Constructor for class org.apache.stanbol.commons.opennlp.OpenNLP
Default constructor
OpenNLP(DataFileProvider) - Constructor for class org.apache.stanbol.commons.opennlp.OpenNLP
Constructor intended to be used when running outside an OSGI environment (e.g.
org.apache.stanbol.commons.opennlp - package org.apache.stanbol.commons.opennlp
 

P

posProbabilities - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
Deprecated.  
posTags - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
Deprecated.  
PosTagsCollectionEnum - Enum in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
PosTypeChunker - Class in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
PosTypeChunker(Set<String>, Set<String>, double) - Constructor for class org.apache.stanbol.commons.opennlp.PosTypeChunker
Deprecated. Initialise a new PosTypeChunker for the parsed POS tag collections.
PosTypeCollectionType - Enum in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
probability - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
Deprecated.  

R

removeNonUtf8CompliantCharacters(String) - Static method in class org.apache.stanbol.commons.opennlp.OpenNLP
Remove non UTF-8 compliant characters (typically control characters) so has to avoid polluting the annotation graph with snippets that are not serializable as XML.

S

sentence - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
Deprecated. The analysed sentence
setMinPosTagProbability(double) - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated. Setter for the minimum POS tag probability so that the PosTypeChunker processes a POS tag.
span - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
Deprecated. The span over the char offset of this chunk within the TextAnalyzer.AnalysedText.sentence
span - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
Deprecated.  

T

TextAnalyzer - Class in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
TextAnalyzer(OpenNLP, String) - Constructor for class org.apache.stanbol.commons.opennlp.TextAnalyzer
Deprecated. Creates a TextAnalyzer based on the OpenNLP and the given language and the default configuration.
TextAnalyzer(OpenNLP, String, TextAnalyzer.TextAnalyzerConfig) - Constructor for class org.apache.stanbol.commons.opennlp.TextAnalyzer
Deprecated. Creates a TextAnalyzer based on the OpenNLP and the given language.
TextAnalyzer.AnalysedText - Class in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
TextAnalyzer.AnalysedText.Chunk - Class in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
TextAnalyzer.AnalysedText.Token - Class in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
TextAnalyzer.TextAnalyzerConfig - Class in org.apache.stanbol.commons.opennlp
Deprecated. replaced by STANBOL-733 (stanbol nlp processing module
TextAnalyzer.TextAnalyzerConfig() - Constructor for class org.apache.stanbol.commons.opennlp.TextAnalyzer.TextAnalyzerConfig
Deprecated.  
token - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
Deprecated.  
tokenize(String) - Method in class org.apache.stanbol.commons.opennlp.KeywordTokenizer
 
tokenizePos(String) - Method in class org.apache.stanbol.commons.opennlp.KeywordTokenizer
 
tokens - Variable in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText
Deprecated. Final and unmodifiable list with the tokens of the analysed TextAnalyzer.AnalysedText.sentence.
toString() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
Deprecated.  
toString() - Method in class org.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Token
Deprecated.  

V

valueOf(String) - Static method in enum org.apache.stanbol.commons.opennlp.PosTagsCollectionEnum
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.commons.opennlp.PosTypeCollectionType
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.stanbol.commons.opennlp.PosTagsCollectionEnum
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.commons.opennlp.PosTypeCollectionType
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.

A C E F G H I K L M O P R S T V

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