public class TabSeparatedPOSDictionaryBuilderTool
extends opennlp.tools.cmdline.BasicCmdLineTool
| Constructor and Description |
|---|
TabSeparatedPOSDictionaryBuilderTool() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelp() |
String |
getShortDescription() |
static void |
parseOneEntryPerLine(Reader in,
SortedMap<String,Set<opennlp.tools.postag.Triple>> entries,
TagInterpreter tago,
TagInterpreter tagd,
Set<String> knownFeats,
Set<String> knownPostags,
boolean allowInvalidFeats,
boolean includeFeatures) |
void |
run(String[] args) |
public TabSeparatedPOSDictionaryBuilderTool()
public String getShortDescription()
getShortDescription in class opennlp.tools.cmdline.CmdLineToolpublic String getHelp()
getHelp in class opennlp.tools.cmdline.CmdLineToolpublic void run(String[] args)
run in class opennlp.tools.cmdline.BasicCmdLineToolpublic static void parseOneEntryPerLine(Reader in, SortedMap<String,Set<opennlp.tools.postag.Triple>> entries, TagInterpreter tago, TagInterpreter tagd, Set<String> knownFeats, Set<String> knownPostags, boolean allowInvalidFeats, boolean includeFeatures) throws IOException
IOExceptionCopyright © 2012–2017 CoGrOO. All rights reserved.