Namespace NOpenNLP.Tools.Cmdline

Namespaces

NOpenNLP.Tools.Cmdline.Chunker
NOpenNLP.Tools.Cmdline.Dictionary
NOpenNLP.Tools.Cmdline.Doccat
NOpenNLP.Tools.Cmdline.Entitylinker
NOpenNLP.Tools.Cmdline.Langdetect
NOpenNLP.Tools.Cmdline.Languagemodel
NOpenNLP.Tools.Cmdline.Lemmatizer

Classes giving access to the NOpenNLP.Tools.Lemmatizer functionalities.

NOpenNLP.Tools.Cmdline.Namefind
NOpenNLP.Tools.Cmdline.Parser
NOpenNLP.Tools.Cmdline.Postag
NOpenNLP.Tools.Cmdline.Sentdetect
NOpenNLP.Tools.Cmdline.Tokenizer

Classes

AbstractConverterTool<T>

Base class for tools which convert a foreign corpus format into the native OpenNLP format, writing the converted samples to standard output.

AbstractCrossValidatorTool<T>

Base class for cross validator tools.

AbstractEvaluatorTool<T>

Base class for tools which read samples of type T from a stream of a named format.

AbstractTrainerTool<T>

Base class for trainer tools.

BasicCmdLineTool

Base class for tools which take positional arguments rather than named options.

CLI

The command line interface: looks a tool up by name and runs it.

CmdLineTool

Base class for all command line tools.

CmdLineUtil

Util class for simple file checks, listings and error handling.

Note: Do not use this class, internal use only!
DetailedFMeasureListener<T>

This listener will gather detailed information about the sample under evaluation and will allow detailed FMeasure for each outcome.

Note: Do not use this class, internal use only!
EvaluationErrorPrinter<T>

Note: Do not use this class, internal use only!

FineGrainedReportListener
FineGrainedReportListener.ConfusionMatrixLine

Represents a line in the confusion table.

FineGrainedReportListener.Counter

Implements a simple counter.

FineGrainedReportListener.GroupedLabelComparator
FineGrainedReportListener.GroupedMatrixLabelComparator
FineGrainedReportListener.MatrixLabelComparator

A comparator that sorts the confusion matrix labels according to the accuracy of each line.

FineGrainedReportListener.SimpleLabelComparator
FineGrainedReportListener.Stats
ModelLoader<T>

Loads a model and does all the error handling for the command line tools.

Note: Do not use this class, internal use only!
PerformanceMonitor

The PerformanceMonitor measures increments to a counter. During the computation it prints out current and average throughput per second. After the computation is done it prints a final performance report.

Note: This class is not thread safe.
Do not use this class, internal use only!
SystemInputStreamFactory

An IInputStreamFactory over standard input, which can only be read once.

ToolParams

The command line options shared by the tools.

TypedCmdLineTool

Base class for tools which process samples of some type coming from a stream of a certain format.