Class SentenceDetectorTool
- Namespace
- NOpenNLP.Tools.Cmdline.Sentdetect
- Assembly
- nopennlp.dll
A sentence detector which uses a maxent model to predict the sentences.
public sealed class SentenceDetectorTool : BasicCmdLineTool
- Inheritance
-
SentenceDetectorTool
- 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[])
Perform sentence detection the input stream.
A newline will be treated as a paragraph boundary.
public override void Run(string[] args)
Parameters
argsstring[]