Class NGramLanguageModelTool
- Namespace
- NOpenNLP.Tools.Cmdline.Languagemodel
- Assembly
- nopennlp.dll
Command line tool for NGramLanguageModel.
public class NGramLanguageModelTool : BasicCmdLineTool
- Inheritance
-
NGramLanguageModelTool
- 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
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[]