Package opennlp.tools.cmdline.namefind
Class TokenNameFinderTrainerTool
- java.lang.Object
- 
- opennlp.tools.cmdline.CmdLineTool
- 
- opennlp.tools.cmdline.TypedCmdLineTool<T>
- 
- opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
- 
- opennlp.tools.cmdline.AbstractEvaluatorTool<T,P>
- 
- opennlp.tools.cmdline.AbstractTrainerTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool.TrainerToolParams>
- 
- opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool
 
 
 
 
 
 
- 
 public final class TokenNameFinderTrainerTool extends opennlp.tools.cmdline.AbstractTrainerTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool.TrainerToolParams> 
- 
- 
Constructor SummaryConstructors Constructor Description TokenNameFinderTrainerTool()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetShortDescription()Retrieves a short description of what the tool does.static Map<String,Object>loadResources(File resourcePath, File featureGenDescriptor)Load the resources, such as dictionaries, by reading the feature xml descriptor and looking into the directory passed as argument.static byte[]openFeatureGeneratorBytes(File featureGenDescriptorFile)voidrun(String format, String[] args)Executes the tool with the given parameters.
 
- 
- 
- 
Method Detail- 
getShortDescriptionpublic String getShortDescription() Description copied from class:opennlp.tools.cmdline.CmdLineToolRetrieves a short description of what the tool does.- Overrides:
- getShortDescriptionin class- opennlp.tools.cmdline.CmdLineTool
- Returns:
- a short description of what the tool does
 
 - 
openFeatureGeneratorBytespublic static byte[] openFeatureGeneratorBytes(File featureGenDescriptorFile) 
 - 
loadResourcespublic static Map<String,Object> loadResources(File resourcePath, File featureGenDescriptor) throws IOException Load the resources, such as dictionaries, by reading the feature xml descriptor and looking into the directory passed as argument.- Parameters:
- resourcePath- the directory in which the resources are to be found
- featureGenDescriptor- the feature xml descriptor
- Returns:
- a map consisting of the file name of the resource and its corresponding Object
- Throws:
- IOException
 
 - 
runpublic void run(String format, String[] args) Description copied from class:opennlp.tools.cmdline.TypedCmdLineToolExecutes the tool with the given parameters.- Overrides:
- runin class- opennlp.tools.cmdline.AbstractEvaluatorTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool.TrainerToolParams>
- Parameters:
- format- format to work with
- args- command line arguments
 
 
- 
 
-