Package opennlp.tools.cmdline

Interface Summary
ObjectStreamFactory<T>  
 

Class Summary
AbstractConverterTool<T> Base class for format conversion tools.
AbstractCrossValidatorTool<T,P> Base class for cross validator tools.
AbstractEvaluatorTool<T,P> Base class for evaluator tools.
AbstractTrainerTool<T,P> Base class for trainer tools.
AbstractTypedParamTool<T,P> Base class for tools which take additional parameters.
ArgumentParser Parser for command line arguments.
BasicCmdLineTool A simple tool which can be executed from the command line.
CLI  
CmdLineTool Base class for all command line tools.
CmdLineUtil Util class for the command line interface.
DetailedFMeasureListener<T> This listener will gather detailed information about the sample under evaluation and will allow detailed FMeasure for each outcome.
EvaluationErrorPrinter<T> Note: Do not use this class, internal use only!
ModelLoader<T> Loads a model and does all the error handling for the command line tools.
PerformanceMonitor The PerformanceMonitor measures increments to a counter.
StreamFactoryRegistry Registry for object stream factories.
TypedCmdLineTool<T> Base class for tools which support processing of samples of some type T coming from a stream of a certain format.
 

Exception Summary
TerminateToolException Exception to terminate the execution of a command line tool.
 

Annotation Types Summary
ArgumentParser.OptionalParameter  
ArgumentParser.ParameterDescription  
 



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