Package opennlp.tools.cmdline.namefind
Class CensusDictionaryCreatorTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.BasicCmdLineTool
opennlp.tools.cmdline.namefind.CensusDictionaryCreatorTool
public class CensusDictionaryCreatorTool
extends opennlp.tools.cmdline.BasicCmdLineTool
This tool helps create a loadable dictionary for the 
NameFinder,
 from data collected from US Census data.
 
 Data for the US Census and names can be found here for the 1990 Census:
 
 www.census.gov
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic DictionarycreateDictionary(ObjectStream<StringList> sampleStream) Creates a dictionary.getHelp()voidExecutes the tool with the given parameters.Methods inherited from class opennlp.tools.cmdline.CmdLineToolgetName, hasParams
- 
Constructor Details- 
CensusDictionaryCreatorToolpublic CensusDictionaryCreatorTool()
 
- 
- 
Method Details- 
getShortDescription- Overrides:
- getShortDescriptionin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a short description of what the tool does
 
- 
getHelp- Specified by:
- getHelpin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- Retrieves a description on how to use the tool
 
- 
createDictionaryCreates a dictionary.- Parameters:
- sampleStream- stream of samples.
- Returns:
- a Dictionaryclass containing the name dictionary built from the input file.
- Throws:
- IOException- IOException
 
- 
runDescription copied from class:opennlp.tools.cmdline.BasicCmdLineToolExecutes the tool with the given parameters.- Specified by:
- runin class- opennlp.tools.cmdline.BasicCmdLineTool
- Parameters:
- args- arguments
 
 
-