Class SimpleTokenizerTool

Namespace
NOpenNLP.Tools.Cmdline.Tokenizer
Assembly
nopennlp.dll
public sealed class SimpleTokenizerTool : BasicCmdLineTool
Inheritance
SimpleTokenizerTool
Inherited Members

Properties

HasParams

Whether the tool has any command line parameters.

public override bool HasParams { get; }

Property Value

bool

ShortDescription

A short description of what the tool does, shown in the usage listing.

public override string ShortDescription { get; }

Property Value

string

Methods

GetHelp()

A description of how to use the tool.

public override string GetHelp()

Returns

string

Run(string[])

Executes the tool with the given positional arguments.

public override void Run(string[] args)

Parameters

args string[]