Modifier and Type | Class and Description |
---|---|
class |
AbstractConverterTool<T>
Base class for format conversion tools.
|
class |
AbstractCrossValidatorTool<T,P>
Base class for cross validator tools.
|
class |
AbstractEvaluatorTool<T,P>
Base class for evaluator tools.
|
class |
AbstractTrainerTool<T,P>
Base class for trainer tools.
|
class |
AbstractTypedParamTool<T,P>
Base class for tools which take additional parameters.
|
class |
BasicCmdLineTool
A simple tool which can be executed from the command line.
|
class |
TypedCmdLineTool<T>
Base class for tools which support processing of samples of some type T
coming from a stream of a certain format.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkerConverterTool
Tool to convert multiple data formats into native OpenNLP chunker training
format.
|
class |
ChunkerCrossValidatorTool |
class |
ChunkerEvaluatorTool |
class |
ChunkerMETool |
class |
ChunkerTrainerTool |
Modifier and Type | Class and Description |
---|---|
class |
DictionaryBuilderTool |
Modifier and Type | Class and Description |
---|---|
class |
DoccatConverterTool |
class |
DoccatCrossValidatorTool |
class |
DoccatEvaluatorTool |
class |
DoccatTool |
class |
DoccatTrainerTool |
Modifier and Type | Class and Description |
---|---|
class |
EntityLinkerTool |
Modifier and Type | Class and Description |
---|---|
class |
CensusDictionaryCreatorTool
This tool helps create a loadable dictionary for the
NameFinder ,
from data collected from US Census data. |
class |
TokenNameFinderConverterTool
Tool to convert multiple data formats into native OpenNLP name finder training
format.
|
class |
TokenNameFinderCrossValidatorTool |
class |
TokenNameFinderEvaluatorTool |
class |
TokenNameFinderTool |
class |
TokenNameFinderTrainerTool |
Modifier and Type | Class and Description |
---|---|
class |
BuildModelUpdaterTool |
class |
CheckModelUpdaterTool |
class |
ParserConverterTool |
class |
ParserEvaluatorTool |
class |
ParserTool |
class |
ParserTrainerTool |
class |
TaggerModelReplacerTool |
Modifier and Type | Class and Description |
---|---|
class |
POSTaggerConverterTool |
class |
POSTaggerCrossValidatorTool |
class |
POSTaggerEvaluatorTool |
class |
POSTaggerTool |
class |
POSTaggerTrainerTool |
Modifier and Type | Class and Description |
---|---|
class |
SentenceDetectorConverterTool |
class |
SentenceDetectorCrossValidatorTool |
class |
SentenceDetectorEvaluatorTool |
class |
SentenceDetectorTool
A sentence detector which uses a maxent model to predict the sentences.
|
class |
SentenceDetectorTrainerTool |
Modifier and Type | Class and Description |
---|---|
class |
DictionaryDetokenizerTool |
class |
SimpleTokenizerTool |
class |
TokenizerConverterTool |
class |
TokenizerCrossValidatorTool |
class |
TokenizerMEEvaluatorTool |
class |
TokenizerMETool |
class |
TokenizerTrainerTool |
Copyright © 2015 The Apache Software Foundation. All rights reserved.