Package opennlp.tools.cmdline.sentdetect
Class SentenceDetectorTool
- java.lang.Object
-
- opennlp.tools.cmdline.CmdLineTool
-
- opennlp.tools.cmdline.BasicCmdLineTool
-
- opennlp.tools.cmdline.sentdetect.SentenceDetectorTool
-
public final class SentenceDetectorTool extends opennlp.tools.cmdline.BasicCmdLineTool
A sentence detector which uses a maxent model to predict the sentences.
-
-
Constructor Summary
Constructors Constructor Description SentenceDetectorTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHelp()
Retrieves a description on how to use the tool.String
getShortDescription()
Retrieves a short description of what the tool does.void
run(String[] args)
Perform sentence detection the input stream.
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:opennlp.tools.cmdline.CmdLineTool
Retrieves a short description of what the tool does.- Overrides:
getShortDescription
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- a short description of what the tool does
-
getHelp
public String getHelp()
Description copied from class:opennlp.tools.cmdline.CmdLineTool
Retrieves a description on how to use the tool.- Specified by:
getHelp
in classopennlp.tools.cmdline.CmdLineTool
- Returns:
- a description on how to use the tool
-
run
public void run(String[] args)
Perform sentence detection the input stream. A newline will be treated as a paragraph boundary.- Specified by:
run
in classopennlp.tools.cmdline.BasicCmdLineTool
- Parameters:
args
- arguments
-
-