JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
opennlp.tools.formats.ad
,
opennlp.tools.postag
,
org.cogroo
,
org.cogroo.cmdline
,
org.cogroo.cmdline.dictionary
,
org.cogroo.cmdline.featurizer
,
org.cogroo.dictionary
,
org.cogroo.dictionary.impl
,
org.cogroo.exceptions
,
org.cogroo.formats
,
org.cogroo.formats.ad
,
org.cogroo.tools.featurizer
,
org.cogroo.tools.headfinder
,
org.cogroo.tools.postag
,
org.cogroo.tools.sentdetect
,
org.cogroo.tools.shallowparser
,
org.cogroo.tools.tokenizer
,
org.cogroo.util
,
org.cogroo.util.serializers
Class Hierarchy
java.lang.
Object
opennlp.tools.util.AbstractEventStream<T> (implements opennlp.tools.util.ObjectStream<T>)
org.cogroo.tools.featurizer.
FeaturizerEventStream
opennlp.tools.formats.AbstractSampleStreamFactory<T> (implements opennlp.tools.cmdline.ObjectStreamFactory<T>)
org.cogroo.formats.
FeatureSampleStreamFactory
opennlp.tools.formats.LanguageSampleStreamFactory<T>
org.cogroo.formats.ad.
ADChunkBasedHeadFinderSampleStreamFactory
org.cogroo.formats.ad.
ADChunkBasedShallowParserSampleStreamFactory
org.cogroo.formats.ad.
ADChunkSampleStreamFactory
org.cogroo.formats.ad.
ADContractionNameSampleStreamFactory
org.cogroo.formats.ad.
ADExpNameSampleStreamFactory
org.cogroo.formats.ad.
ADExPOSSampleStreamFactory
org.cogroo.formats.ad.
ADFeatureSampleStreamFactory
org.cogroo.formats.ad.
ADChunk2SampleStream
(implements opennlp.tools.util.ObjectStream<T>)
org.cogroo.formats.ad.
ADChunkBasedHeadFinderSampleStream
org.cogroo.formats.ad.
ADChunkBasedShallowParserSampleStream
org.cogroo.formats.ad.
ADContractionNameSampleStream
(implements opennlp.tools.util.ObjectStream<T>)
org.cogroo.formats.ad.
ADExpNameSampleStream
(implements opennlp.tools.util.ObjectStream<T>)
org.cogroo.formats.ad.
ADExPOSSampleStream
(implements opennlp.tools.util.ObjectStream<T>)
org.cogroo.formats.ad.
ADFeaturizerSampleStream
(implements opennlp.tools.util.ObjectStream<T>)
opennlp.tools.util.model.BaseModel (implements opennlp.tools.util.model.ArtifactProvider, java.io.
Serializable
)
org.cogroo.tools.featurizer.
FeaturizerModel
opennlp.tools.util.BaseToolFactory
opennlp.tools.chunker.ChunkerFactory
org.cogroo.tools.headfinder.
HeadFinderFactory
org.cogroo.tools.shallowparser.
ShallowParserFactory
org.cogroo.tools.featurizer.
FeaturizerFactory
org.cogroo.tools.featurizer.
DefaultFeaturizerFactory
org.cogroo.tools.featurizer.
FSAFeaturizerFactory
opennlp.tools.postag.POSTaggerFactory
org.cogroo.tools.postag.
PortugueseFactory
org.cogroo.tools.postag.
PortugueseExFactory
org.cogroo.tools.postag.
ExtDictFSAPortugueseFactory
org.cogroo.tools.postag.
FSAPortugueseFactory
opennlp.tools.sentdetect.SentenceDetectorFactory
org.cogroo.tools.sentdetect.
PortuguesSentenceDetectorFactory
opennlp.tools.tokenize.TokenizerFactory
org.cogroo.tools.tokenizer.
PortugueseTokenizerFactory
org.cogroo.util.serializers.
ByteArraySerializer
(implements opennlp.tools.util.model.ArtifactSerializer<T>)
org.cogroo.util.
ByteArrayUtil
org.cogroo.util.
CacheWrapper
<T>
org.cogroo.cmdline.
CLI
org.cogroo.util.
Closeables
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.BasicCmdLineTool
org.cogroo.cmdline.dictionary.
AbbreviationDictionaryBuilderTool
org.cogroo.cmdline.featurizer.
FeaturizerMETool
opennlp.tools.cmdline.TypedCmdLineTool<T>
opennlp.tools.cmdline.AbstractConverterTool<T>
org.cogroo.cmdline.featurizer.
FeaturizerConverterTool
opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
opennlp.tools.cmdline.AbstractEvaluatorTool<T,P>
opennlp.tools.cmdline.AbstractTrainerTool<T,P>
opennlp.tools.cmdline.AbstractCrossValidatorTool<T,P>
org.cogroo.cmdline.featurizer.
FeaturizerCrossValidatorTool
org.cogroo.cmdline.featurizer.
FeaturizerTrainerTool
org.cogroo.cmdline.featurizer.
FeaturizerEvaluatorTool
org.cogroo.exceptions.
CommunityExceptionMessages
opennlp.tools.chunker.DefaultChunkerSequenceValidator (implements opennlp.tools.util.SequenceValidator<T>)
org.cogroo.tools.shallowparser.
ShallowParserSequenceValidator
org.cogroo.tools.featurizer.
DefaultFeaturizerContextGenerator
(implements org.cogroo.tools.featurizer.
FeaturizerContextGenerator
)
org.cogroo.tools.featurizer.
DefaultFeaturizerSequenceValidator
(implements opennlp.tools.util.SequenceValidator<T>)
opennlp.tools.postag.DefaultPOSContextGenerator (implements opennlp.tools.postag.POSContextGenerator)
org.cogroo.tools.postag.
PortuguesePOSContextGenerator
org.cogroo.tools.postag.
PortugueseExtPOSContextGenerator
opennlp.tools.tokenize.DefaultTokenContextGenerator (implements opennlp.tools.tokenize.TokenContextGenerator)
org.cogroo.tools.tokenizer.
PortugueseTokenContextGenerator
opennlp.tools.cmdline.EvaluationErrorPrinter<T> (implements opennlp.tools.util.eval.EvaluationMonitor<T>)
org.cogroo.cmdline.featurizer.
FeaturizerEvaluationErrorListener
(implements org.cogroo.tools.featurizer.
FeaturizerEvaluationMonitor
)
opennlp.tools.util.eval.Evaluator<T>
org.cogroo.tools.featurizer.
FeaturizerEvaluator
org.cogroo.exceptions.
ExceptionMessages
opennlp.tools.postag.
ExtendedPOSDictionary
(implements opennlp.tools.postag.
ExtendedTagDictionary
, java.lang.
Iterable
<T>)
org.cogroo.tools.featurizer.
FeatureSample
org.cogroo.tools.featurizer.
FeaturizerCrossValidator
org.cogroo.tools.featurizer.
FeaturizerME
(implements org.cogroo.tools.featurizer.
Featurizer
)
org.cogroo.util.
FileUtils
opennlp.tools.util.FilterObjectStream<S,T> (implements opennlp.tools.util.ObjectStream<T>)
org.cogroo.tools.featurizer.
FeatureSampleStream
org.cogroo.dictionary.impl.
FSADictionary
(implements java.lang.
Iterable
<T>, org.cogroo.dictionary.
LemmaDictionary
, opennlp.tools.postag.TagDictionary)
org.cogroo.dictionary.impl.
FSAFeatureDictionary
(implements org.cogroo.dictionary.
FeatureDictionary
, java.lang.
Iterable
<T>)
org.cogroo.dictionary.impl.
FSASynthDictionary
org.cogroo.tools.postag.
GenderUtil
org.cogroo.tools.headfinder.
HeadFinderContextGenerator
(implements opennlp.tools.chunker.ChunkerContextGenerator)
org.cogroo.tools.headfinder.
HeadFinderSequenceValidator
(implements opennlp.tools.util.SequenceValidator<T>)
opennlp.tools.cmdline.ModelLoader<T>
org.cogroo.cmdline.featurizer.
FeaturizerModelLoader
org.cogroo.util.
PairWordPOSTag
opennlp.tools.formats.ad.PortugueseContractionUtility
org.cogroo.
ContractionUtility
org.cogroo.tools.postag.
PortuguesePOSSequenceValidator
(implements opennlp.tools.util.SequenceValidator<T>)
org.cogroo.tools.sentdetect.
PortugueseSDContextGenerator
(implements opennlp.tools.sentdetect.SDContextGenerator)
org.cogroo.util.
ResourcesUtil
org.cogroo.
RuntimeLanguageLoader
(implements org.cogroo.
LanguageLoader
)
opennlp.tools.formats.ad.
SentenceTest
org.cogroo.tools.shallowparser.
ShallowParserContextGenerator
(implements opennlp.tools.chunker.ChunkerContextGenerator)
org.cogroo.util.
StringsUtil
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.cogroo.exceptions.
InternationalizedException
org.cogroo.exceptions.
CogrooException
java.lang.
RuntimeException
org.cogroo.exceptions.
InternationalizedRuntimeException
org.cogroo.exceptions.
CogrooRuntimeException
org.cogroo.util.
TokenTagUtil
org.cogroo.util.
ToStringHelper
opennlp.tools.postag.
Triple
(implements java.lang.
Comparable
<T>)
org.cogroo.tools.featurizer.
WordTag
Interface Hierarchy
opennlp.tools.util.BeamSearchContextGenerator<T>
org.cogroo.tools.featurizer.
FeaturizerContextGenerator
opennlp.tools.util.eval.EvaluationMonitor<T>
org.cogroo.tools.featurizer.
FeaturizerEvaluationMonitor
org.cogroo.dictionary.
FeatureDictionary
opennlp.tools.postag.
ExtendedTagDictionary
(also extends opennlp.tools.postag.TagDictionary)
org.cogroo.tools.featurizer.
Featurizer
org.cogroo.
LanguageLoader
org.cogroo.dictionary.
LemmaDictionary
opennlp.tools.postag.TagDictionary
opennlp.tools.postag.
ExtendedTagDictionary
(also extends org.cogroo.dictionary.
FeatureDictionary
)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2017
CoGrOO
. All rights reserved.