Class AbstractTrainerTool<T>

Namespace
NOpenNLP.Tools.Cmdline
Assembly
nopennlp.dll

Base class for trainer tools.

public abstract class AbstractTrainerTool<T> : AbstractEvaluatorTool<T>

Type Parameters

T
Inheritance
AbstractTrainerTool<T>
Derived
Inherited Members

Fields

mlParams

The training parameters read from -params, or null when it was omitted.

protected TrainingParameters? mlParams

Field Value

TrainingParameters

Methods

CreateTerminationIOException(IOException)

protected TerminateToolException CreateTerminationIOException(IOException e)

Parameters

e IOException

Returns

TerminateToolException