Class DictionaryBuilderTool
- Namespace
- NOpenNLP.Tools.Cmdline.Dictionary
- Assembly
- nopennlp.dll
public class DictionaryBuilderTool : BasicCmdLineTool
- Inheritance
-
DictionaryBuilderTool
- Inherited Members
Properties
ShortDescription
A short description of what the tool does, shown in the usage listing.
public override string ShortDescription { get; }
Property Value
Methods
CreateCommand(string)
Builds the command that parses this tool's arguments and runs it.
public override Command CreateCommand(string commandName)
Parameters
commandNamestringthe name the user typed, which for a typed tool includes the
.formatsuffix and so is not always Name
Returns
GetHelp()
A description of how to use the tool.
public override string GetHelp()
Returns
Run(string[])
Executes the tool with the given positional arguments.
public override void Run(string[] args)
Parameters
argsstring[]