Class ParserTool

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

Properties

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

ParseLine(string, IParser, ITokenizer, int)

public static Parse[] ParseLine(string line, IParser parser, ITokenizer tokenizer, int numParses)

Parameters

line string
parser IParser
tokenizer ITokenizer
numParses int

Returns

Parse[]

ParseLine(string, IParser, int)

public static Parse[] ParseLine(string line, IParser parser, int numParses)

Parameters

line string
parser IParser
numParses int

Returns

Parse[]

Run(string[])

Executes the tool with the given positional arguments.

public override void Run(string[] args)

Parameters

args string[]