Class LemmatizerTrainerTool
- Namespace
- NOpenNLP.Tools.Cmdline.Lemmatizer
- Assembly
- nopennlp.dll
public class LemmatizerTrainerTool : AbstractTrainerTool<LemmaSample?>
- Inheritance
-
LemmatizerTrainerTool
- Inherited Members
Properties
Name
The name of the tool, used as the command. Must not contain white spaces.
public override string Name { get; }
Property Value
ShortDescription
A short description of what the tool does, shown in the usage listing.
public override string ShortDescription { get; }
Property Value
Methods
GetHelp(string)
A description of how to use the tool with the given format.
public override string GetHelp(string format)
Parameters
formatstring
Returns
GetToolOptions()
The options this tool accepts, beyond the selected format's own.
protected override IEnumerable<Option> GetToolOptions()
Returns
Run(ParseResult)
Runs the tool once its options and the format's have been parsed.
protected override void Run(ParseResult parseResult)
Parameters
parseResultParseResult