A C D E F G H I L M N O P S T V

A

add(Analyzer) - Method in class org.cogroo.analyzer.Pipe
Adds an analyzer into the pipe.
addContext(Analyzers, String) - Method in class org.cogroo.text.impl.TokenImpl
 
addContext(Analyzers, String) - Method in interface org.cogroo.text.Token
 
addElement(TreeElement) - Method in class org.cogroo.text.tree.Node
 
AdditionalContext - Class in org.cogroo.text
 
AdditionalContext() - Constructor for class org.cogroo.text.AdditionalContext
 
additionalContext(List<Token>, List<Analyzers>) - Static method in class org.cogroo.util.TextUtils
 
analyze(Document) - Method in interface org.cogroo.analyzer.Analyzer
Analyzes part of a text or a word.
analyze(Document) - Method in class org.cogroo.analyzer.Chunker
 
analyze(Document) - Method in class org.cogroo.analyzer.ContractionFinder
 
analyze(Document) - Method in class org.cogroo.analyzer.Featurizer
 
analyze(Document) - Method in class org.cogroo.analyzer.HeadFinder
 
analyze(Document) - Method in class org.cogroo.analyzer.Lemmatizer
 
analyze(Document) - Method in class org.cogroo.analyzer.NameFinder
 
analyze(Document) - Method in class org.cogroo.analyzer.Pipe
 
analyze(Document) - Method in class org.cogroo.analyzer.POSTagger
 
analyze(Document) - Method in class org.cogroo.analyzer.SentenceDetector
 
analyze(Document) - Method in class org.cogroo.analyzer.ShallowParser
 
analyze(Document) - Method in class org.cogroo.analyzer.Tokenizer
 
Analyzer - Interface in org.cogroo.analyzer
The Analyzer interface is responsible for analyzing part of the document.
Analyzers - Enum in org.cogroo.config
Java class for Analyzer.
asTree() - Method in class org.cogroo.text.impl.SentenceImpl
 
asTree() - Method in interface org.cogroo.text.Sentence
 

C

Chunk - Interface in org.cogroo.text
 
Chunker - Class in org.cogroo.analyzer
 
Chunker(ChunkerME) - Constructor for class org.cogroo.analyzer.Chunker
 
ChunkImpl - Class in org.cogroo.text.impl
 
ChunkImpl(String, int, int, Sentence) - Constructor for class org.cogroo.text.impl.ChunkImpl
 
CLI - Class in org.cogroo
 
CLI() - Constructor for class org.cogroo.CLI
 
ComponentFactory - Class in org.cogroo.analyzer
 
ComponentFactoryI - Interface in org.cogroo.analyzer
Creates the analyzers using the OpenNLP components.
ContractionFinder - Class in org.cogroo.analyzer
The ContractionFinder class searches for contractions in a given sentence and then expands them to their primitive form.
ContractionFinder(NameFinderME) - Constructor for class org.cogroo.analyzer.ContractionFinder
 
create(Locale) - Static method in class org.cogroo.analyzer.ComponentFactory
 
create(InputStream) - Static method in class org.cogroo.analyzer.ComponentFactory
Creates a ComponentFactory from a configuration file.
createChunker() - Method in class org.cogroo.analyzer.ComponentFactory
 
createContractionFinder() - Method in class org.cogroo.analyzer.ComponentFactory
 
createContractionFinder() - Method in interface org.cogroo.analyzer.ComponentFactoryI
 
createFeaturizer() - Method in class org.cogroo.analyzer.ComponentFactory
 
createFeaturizer() - Method in interface org.cogroo.analyzer.ComponentFactoryI
 
createHeadFinder() - Method in class org.cogroo.analyzer.ComponentFactory
 
createLanguageConfiguration() - Method in class org.cogroo.config.ObjectFactory
Create an instance of LanguageConfiguration
createLeafsList(Sentence) - Static method in class org.cogroo.text.tree.TreeUtil
 
createLemmatizer() - Method in class org.cogroo.analyzer.ComponentFactory
 
createModel() - Method in class org.cogroo.config.ObjectFactory
Create an instance of Model
createNameFinder() - Method in class org.cogroo.analyzer.ComponentFactory
 
createNameFinder() - Method in interface org.cogroo.analyzer.ComponentFactoryI
 
createPipe() - Method in class org.cogroo.analyzer.ComponentFactory
 
createPipe() - Method in interface org.cogroo.analyzer.ComponentFactoryI
 
createPipe() - Method in class org.cogroo.config.ObjectFactory
Create an instance of Pipe
createPOSTagger() - Method in class org.cogroo.analyzer.ComponentFactory
 
createPOSTagger() - Method in interface org.cogroo.analyzer.ComponentFactoryI
 
createSentenceDetector() - Method in class org.cogroo.analyzer.ComponentFactory
 
createSentenceDetector() - Method in interface org.cogroo.analyzer.ComponentFactoryI
 
createShallowParser() - Method in class org.cogroo.analyzer.ComponentFactory
 
createSpanList(String[], String[]) - Static method in class org.cogroo.analyzer.POSTagger
 
createTokenizer() - Method in class org.cogroo.analyzer.ComponentFactory
 
createTokenizer() - Method in interface org.cogroo.analyzer.ComponentFactoryI
 
createTree(Sentence) - Static method in class org.cogroo.text.tree.TreeUtil
 

D

Document - Interface in org.cogroo.text
 
DocumentImpl - Class in org.cogroo.text.impl
The Document class contains a text given by the user and also its sentences separately in a list.
DocumentImpl() - Constructor for class org.cogroo.text.impl.DocumentImpl
 
DocumentImpl(String) - Constructor for class org.cogroo.text.impl.DocumentImpl
 

E

EntityUtils - Class in org.cogroo.util
 
EntityUtils() - Constructor for class org.cogroo.util.EntityUtils
 
equals(Object) - Method in class org.cogroo.text.impl.SentenceImpl
 
equals(Object) - Method in class org.cogroo.text.impl.TokenImpl
 

F

Featurizer - Class in org.cogroo.analyzer
 
Featurizer(FeaturizerME) - Constructor for class org.cogroo.analyzer.Featurizer
 
fromValue(String) - Static method in enum org.cogroo.config.Analyzers
 

G

get(Locale) - Static method in class org.cogroo.config.LanguageConfigurationUtil
 
get(InputStream) - Static method in class org.cogroo.config.LanguageConfigurationUtil
Creates a LanguageConfiguration from a InputStream, which remains opened.
getAdditionalContext() - Method in class org.cogroo.text.AdditionalContext
 
getAdditionalContext(Analyzers) - Method in class org.cogroo.text.impl.TokenImpl
 
getAdditionalContext(Analyzers) - Method in interface org.cogroo.text.Token
 
getAnalyzer() - Method in class org.cogroo.config.Pipe
Gets the value of the analyzer property.
getChunks() - Method in class org.cogroo.text.impl.SentenceImpl
 
getChunks() - Method in interface org.cogroo.text.Sentence
 
getChunkTag() - Method in class org.cogroo.text.impl.TokenImpl
 
getChunkTag() - Method in interface org.cogroo.text.Token
 
getElements() - Method in class org.cogroo.text.tree.Node
 
getElems() - Method in class org.cogroo.text.tree.Node
 
getEnd() - Method in interface org.cogroo.text.Chunk
 
getEnd() - Method in class org.cogroo.text.impl.ChunkImpl
 
getEnd() - Method in class org.cogroo.text.impl.SentenceImpl
 
getEnd() - Method in class org.cogroo.text.impl.SyntacticChunkImpl
 
getEnd() - Method in class org.cogroo.text.impl.TokenImpl
 
getEnd() - Method in interface org.cogroo.text.Sentence
 
getEnd() - Method in interface org.cogroo.text.SyntacticChunk
 
getEnd() - Method in interface org.cogroo.text.Token
 
getFeatures() - Method in class org.cogroo.text.impl.TokenImpl
 
getFeatures() - Method in interface org.cogroo.text.Token
 
getFeatureTag() - Method in class org.cogroo.text.tree.TreeElement
 
getHeadIndex() - Method in interface org.cogroo.text.Chunk
 
getHeadIndex() - Method in class org.cogroo.text.impl.ChunkImpl
 
getLemma() - Method in class org.cogroo.text.tree.Leaf
 
getLemmas() - Method in class org.cogroo.text.impl.TokenImpl
 
getLemmas() - Method in interface org.cogroo.text.Token
 
getLevel() - Method in class org.cogroo.text.tree.TreeElement
 
getLexeme() - Method in class org.cogroo.text.impl.TokenImpl
 
getLexeme() - Method in interface org.cogroo.text.Token
 
getLexeme() - Method in class org.cogroo.text.tree.Leaf
 
getLocale() - Method in class org.cogroo.config.LanguageConfiguration
Gets the value of the locale property.
getModel() - Method in class org.cogroo.config.LanguageConfiguration
Gets the value of the model property.
getMorphologicalTag() - Method in class org.cogroo.text.tree.TreeElement
 
getParent() - Method in class org.cogroo.text.tree.TreeElement
 
getPipe() - Method in class org.cogroo.config.LanguageConfiguration
Gets the value of the pipe property.
getPOSTag() - Method in class org.cogroo.text.impl.TokenImpl
 
getPOSTag() - Method in interface org.cogroo.text.Token
 
getPOSTagProb() - Method in class org.cogroo.text.impl.TokenImpl
 
getPOSTagProb() - Method in interface org.cogroo.text.Token
 
getSentences() - Method in interface org.cogroo.text.Document
 
getSentences() - Method in class org.cogroo.text.impl.DocumentImpl
 
getStart() - Method in interface org.cogroo.text.Chunk
 
getStart() - Method in class org.cogroo.text.impl.ChunkImpl
 
getStart() - Method in class org.cogroo.text.impl.SentenceImpl
 
getStart() - Method in class org.cogroo.text.impl.SyntacticChunkImpl
 
getStart() - Method in class org.cogroo.text.impl.TokenImpl
 
getStart() - Method in interface org.cogroo.text.Sentence
 
getStart() - Method in interface org.cogroo.text.SyntacticChunk
 
getStart() - Method in interface org.cogroo.text.Token
 
getSyntacticChunks() - Method in class org.cogroo.text.impl.SentenceImpl
 
getSyntacticChunks() - Method in interface org.cogroo.text.Sentence
 
getSyntacticTag() - Method in class org.cogroo.text.impl.TokenImpl
 
getSyntacticTag() - Method in interface org.cogroo.text.Token
 
getSyntacticTag() - Method in class org.cogroo.text.tree.TreeElement
 
getTag() - Method in interface org.cogroo.text.Chunk
 
getTag() - Method in class org.cogroo.text.impl.ChunkImpl
 
getTag() - Method in class org.cogroo.text.impl.SyntacticChunkImpl
 
getTag() - Method in interface org.cogroo.text.SyntacticChunk
 
getText() - Method in interface org.cogroo.text.Document
 
getText() - Method in class org.cogroo.text.impl.DocumentImpl
 
getText() - Method in class org.cogroo.text.impl.SentenceImpl
 
getText() - Method in interface org.cogroo.text.Sentence
 
getTokens() - Method in interface org.cogroo.text.Chunk
 
getTokens() - Method in class org.cogroo.text.impl.ChunkImpl
 
getTokens() - Method in class org.cogroo.text.impl.SentenceImpl
 
getTokens() - Method in class org.cogroo.text.impl.SyntacticChunkImpl
 
getTokens() - Method in interface org.cogroo.text.Sentence
 
getTokens() - Method in interface org.cogroo.text.SyntacticChunk
 
getTokensProb() - Method in class org.cogroo.text.impl.SentenceImpl
 
getTokensProb() - Method in interface org.cogroo.text.Sentence
 
getType() - Method in class org.cogroo.config.Model
Gets the value of the type property.
getValue() - Method in class org.cogroo.config.Model
Gets the value of the value property.
groupTokens(String, List<Token>, List<? extends Span>) - Static method in class org.cogroo.util.EntityUtils
 
groupTokens(String, List<Token>, List<? extends Span>, String) - Static method in class org.cogroo.util.EntityUtils
 
groupTokensChar(String, List<Token>, List<Span>, String) - Static method in class org.cogroo.util.EntityUtils
 

H

hashCode() - Method in class org.cogroo.text.impl.SentenceImpl
 
hashCode() - Method in class org.cogroo.text.impl.TokenImpl
 
HeadFinder - Class in org.cogroo.analyzer
 
HeadFinder(ChunkerME) - Constructor for class org.cogroo.analyzer.HeadFinder
 

I

InitializationException - Exception in org.cogroo.analyzer
The InitializationException class is responsible for throwing the exceptions, while opening files and locating streams, and then for showing its corresponding error messages.
InitializationException(String, Throwable) - Constructor for exception org.cogroo.analyzer.InitializationException
 
InitializationException(String) - Constructor for exception org.cogroo.analyzer.InitializationException
 
isChunkHead() - Method in class org.cogroo.text.impl.TokenImpl
 
isChunkHead(boolean) - Method in class org.cogroo.text.impl.TokenImpl
 
isChunkHead() - Method in interface org.cogroo.text.Token
 
isChunkHead(boolean) - Method in interface org.cogroo.text.Token
 

L

LanguageConfiguration - Class in org.cogroo.config
Java class for anonymous complex type.
LanguageConfiguration() - Constructor for class org.cogroo.config.LanguageConfiguration
 
LanguageConfigurationUtil - Class in org.cogroo.config
The LanguageConfigurationUtil class is responsible for identifying the language to be used.
LanguageConfigurationUtil() - Constructor for class org.cogroo.config.LanguageConfigurationUtil
 
Leaf - Class in org.cogroo.text.tree
 
Leaf(String, String[]) - Constructor for class org.cogroo.text.tree.Leaf
 
Lemmatizer - Class in org.cogroo.analyzer
 
Lemmatizer(LemmaDictionary) - Constructor for class org.cogroo.analyzer.Lemmatizer
 
lexemesToString(List<Token>) - Method in class org.cogroo.text.impl.TokenImpl
 

M

main(String[]) - Static method in class org.cogroo.CLI
 
main(String[]) - Static method in class org.cogroo.config.LanguageConfigurationUtil
 
Model - Class in org.cogroo.config
Java class for Model complex type.
Model() - Constructor for class org.cogroo.config.Model
 

N

NameFinder - Class in org.cogroo.analyzer
The NameFinder class searches for subsequent proper nouns in the document sentences and gathers each of these sets in one word.
NameFinder(NameFinderME) - Constructor for class org.cogroo.analyzer.NameFinder
 
nicePrint(Document) - Static method in class org.cogroo.util.TextUtils
 
Node - Class in org.cogroo.text.tree
 
Node() - Constructor for class org.cogroo.text.tree.Node
 

O

ObjectFactory - Class in org.cogroo.config
This object contains factory methods for each Java content interface and Java element interface generated in the org.cogroo.config package.
ObjectFactory() - Constructor for class org.cogroo.config.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.cogroo.config
org.cogroo - package org.cogroo
 
org.cogroo.analyzer - package org.cogroo.analyzer
The analyzer package is responsible for analyzing a given text, identifying its sentences, words and classifying them.
org.cogroo.config - package org.cogroo.config
The config package is responsible for the language configuration.
org.cogroo.text - package org.cogroo.text
The text package stores informations of a document's text in its classes.
org.cogroo.text.impl - package org.cogroo.text.impl
The impl package is responsible for storing the tokens in each sentence and analyzing them.
org.cogroo.text.tree - package org.cogroo.text.tree
 
org.cogroo.util - package org.cogroo.util
The util package is responsible for printing text and its analysis.

P

Pipe - Class in org.cogroo.analyzer
The Pipe class contains a sequence of analyzers.
Pipe() - Constructor for class org.cogroo.analyzer.Pipe
 
Pipe - Class in org.cogroo.config
Java class for Pipe complex type.
Pipe() - Constructor for class org.cogroo.config.Pipe
 
POSTagger - Class in org.cogroo.analyzer
The POSTagger class analyzes each token of a sentence and classifies it grammatically.
POSTagger(POSTaggerME) - Constructor for class org.cogroo.analyzer.POSTagger
 

S

Sentence - Interface in org.cogroo.text
 
SentenceDetector - Class in org.cogroo.analyzer
The SentenceDetector class gets all the sentences in the document text and store them in a list of sentences.
SentenceDetector(SentenceDetectorME) - Constructor for class org.cogroo.analyzer.SentenceDetector
 
SentenceImpl - Class in org.cogroo.text.impl
The Sentence class contains the position of the sentence in the text and the list of word in it.
SentenceImpl(int, int, Document) - Constructor for class org.cogroo.text.impl.SentenceImpl
 
SentenceImpl(int, int, List<Token>, Document) - Constructor for class org.cogroo.text.impl.SentenceImpl
 
setBoundaries(int, int) - Method in interface org.cogroo.text.Chunk
 
setBoundaries(int, int) - Method in class org.cogroo.text.impl.ChunkImpl
 
setBoundaries(int, int) - Method in class org.cogroo.text.impl.SentenceImpl
 
setBoundaries(int, int) - Method in class org.cogroo.text.impl.TokenImpl
 
setBoundaries(int, int) - Method in interface org.cogroo.text.Sentence
 
setBoundaries(int, int) - Method in interface org.cogroo.text.Token
 
setChunks(List<Chunk>) - Method in class org.cogroo.text.impl.SentenceImpl
 
setChunks(List<Chunk>) - Method in interface org.cogroo.text.Sentence
 
setChunkTag(String) - Method in class org.cogroo.text.impl.TokenImpl
 
setChunkTag(String) - Method in interface org.cogroo.text.Token
 
setFeatures(String) - Method in class org.cogroo.text.impl.TokenImpl
 
setFeatures(String) - Method in interface org.cogroo.text.Token
 
setFeatureTag(String) - Method in class org.cogroo.text.tree.TreeElement
 
setHeadIndex(int) - Method in interface org.cogroo.text.Chunk
 
setHeadIndex(int) - Method in class org.cogroo.text.impl.ChunkImpl
 
setLemma(String[]) - Method in class org.cogroo.text.tree.Leaf
 
setLemmas(String[]) - Method in class org.cogroo.text.impl.TokenImpl
 
setLemmas(String[]) - Method in interface org.cogroo.text.Token
 
setLevel(int) - Method in class org.cogroo.text.tree.TreeElement
 
setLexeme(String) - Method in class org.cogroo.text.impl.TokenImpl
 
setLexeme(String) - Method in interface org.cogroo.text.Token
 
setLexeme(String) - Method in class org.cogroo.text.tree.Leaf
 
setLocale(String) - Method in class org.cogroo.config.LanguageConfiguration
Sets the value of the locale property.
setMorphologicalTag(String) - Method in class org.cogroo.text.tree.TreeElement
 
setParent(TreeElement) - Method in class org.cogroo.text.tree.TreeElement
 
setPipe(Pipe) - Method in class org.cogroo.config.LanguageConfiguration
Sets the value of the pipe property.
setPOSTag(String) - Method in class org.cogroo.text.impl.TokenImpl
 
setPOSTag(String) - Method in interface org.cogroo.text.Token
 
setPOSTagProb(double) - Method in class org.cogroo.text.impl.TokenImpl
 
setPOSTagProb(double) - Method in interface org.cogroo.text.Token
 
setSentences(List<Sentence>) - Method in interface org.cogroo.text.Document
 
setSentences(List<Sentence>) - Method in class org.cogroo.text.impl.DocumentImpl
 
setSyntacticChunks(List<SyntacticChunk>) - Method in class org.cogroo.text.impl.SentenceImpl
 
setSyntacticChunks(List<SyntacticChunk>) - Method in interface org.cogroo.text.Sentence
 
setSyntacticTag(String) - Method in class org.cogroo.text.impl.TokenImpl
 
setSyntacticTag(String) - Method in interface org.cogroo.text.Token
 
setSyntacticTag(String) - Method in class org.cogroo.text.tree.TreeElement
 
setTag(String) - Method in interface org.cogroo.text.Chunk
 
setTag(String) - Method in class org.cogroo.text.impl.ChunkImpl
 
setTag(String) - Method in class org.cogroo.text.impl.SyntacticChunkImpl
 
setTag(String) - Method in interface org.cogroo.text.SyntacticChunk
 
setText(String) - Method in interface org.cogroo.text.Document
 
setText(String) - Method in class org.cogroo.text.impl.DocumentImpl
 
setTokens(List<Token>) - Method in class org.cogroo.text.impl.SentenceImpl
 
setTokens(List<Token>) - Method in interface org.cogroo.text.Sentence
 
setTokensProb(double) - Method in class org.cogroo.text.impl.SentenceImpl
 
setTokensProb(double) - Method in interface org.cogroo.text.Sentence
 
setType(Analyzers) - Method in class org.cogroo.config.Model
Sets the value of the type property.
setValue(String) - Method in class org.cogroo.config.Model
Sets the value of the value property.
ShallowParser - Class in org.cogroo.analyzer
 
ShallowParser(ChunkerME) - Constructor for class org.cogroo.analyzer.ShallowParser
 
SyntacticChunk - Interface in org.cogroo.text
 
SyntacticChunkImpl - Class in org.cogroo.text.impl
 
SyntacticChunkImpl(String, int, int, Sentence) - Constructor for class org.cogroo.text.impl.SyntacticChunkImpl
 

T

TextUtils - Class in org.cogroo.util
The TextUtils class deals with the code prints.
TextUtils() - Constructor for class org.cogroo.util.TextUtils
 
Token - Interface in org.cogroo.text
The Token interface is responsible for obtaining each component of a token
TokenImpl - Class in org.cogroo.text.impl
The TokenImpl class represents a token, which is a word, its lemma, its morphological posTag and the position of it in the sentence.
TokenImpl(int, int, String) - Constructor for class org.cogroo.text.impl.TokenImpl
 
TokenImpl(int, int, String, String[], String, String) - Constructor for class org.cogroo.text.impl.TokenImpl
 
Tokenizer - Class in org.cogroo.analyzer
The Tokenizer class separates every word in a given sentence and allocates them in a list of tokens.
Tokenizer(TokenizerME) - Constructor for class org.cogroo.analyzer.Tokenizer
 
tokensToString(List<Token>) - Static method in class org.cogroo.util.TextUtils
 
toString() - Method in class org.cogroo.text.impl.ChunkImpl
 
toString() - Method in class org.cogroo.text.impl.SentenceImpl
 
toString() - Method in class org.cogroo.text.impl.SyntacticChunkImpl
 
toString() - Method in class org.cogroo.text.impl.TokenImpl
 
toString() - Method in class org.cogroo.text.tree.Leaf
 
toString() - Method in class org.cogroo.text.tree.Node
 
toSyntaxTree() - Method in class org.cogroo.text.tree.Leaf
 
toSyntaxTree() - Method in class org.cogroo.text.tree.Node
 
toSyntaxTree() - Method in class org.cogroo.text.tree.TreeElement
 
toTreebank() - Method in class org.cogroo.text.tree.Leaf
 
toTreebank() - Method in class org.cogroo.text.tree.Node
 
toTreebank() - Method in class org.cogroo.text.tree.TreeElement
 
TreeElement - Class in org.cogroo.text.tree
 
TreeElement() - Constructor for class org.cogroo.text.tree.TreeElement
 
TreeUtil - Class in org.cogroo.text.tree
 
TreeUtil() - Constructor for class org.cogroo.text.tree.TreeUtil
 

V

value() - Method in enum org.cogroo.config.Analyzers
 
valueOf(String) - Static method in enum org.cogroo.config.Analyzers
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cogroo.config.Analyzers
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I L M N O P S T V

Copyright © 2012-2013 CoGrOO. All Rights Reserved.