Package opennlp.tools.cmdline.namefind
Klasse TokenNameFinderTrainerTool
java.lang.Object
opennlp.tools.cmdline.CmdLineTool
opennlp.tools.cmdline.TypedCmdLineTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool.TrainerToolParams>
opennlp.tools.cmdline.AbstractTypedParamTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool.TrainerToolParams>
opennlp.tools.cmdline.AbstractEvaluatorTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool.TrainerToolParams>
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>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungloadResources(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) voidExecutes the tool with the given parameters.Von Klasse geerbte Methoden opennlp.tools.cmdline.AbstractTypedParamTool
getHelpVon Klasse geerbte Methoden opennlp.tools.cmdline.TypedCmdLineTool
getHelpVon Klasse geerbte Methoden opennlp.tools.cmdline.CmdLineTool
getName, hasParams
-
Konstruktordetails
-
TokenNameFinderTrainerTool
public TokenNameFinderTrainerTool()
-
-
Methodendetails
-
getShortDescription
- Setzt außer Kraft:
getShortDescriptionin Klasseopennlp.tools.cmdline.CmdLineTool- Gibt zurück:
- Retrieves a short description of what the tool does
-
openFeatureGeneratorBytes
-
loadResources
public 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.- Parameter:
resourcePath- The directory in which the resources are to be found.featureGenDescriptor- The feature xml descriptor.- Gibt zurück:
- A map consisting of the file name of the resource and its corresponding Object.
- Löst aus:
IOException
-
run
Beschreibung aus Klasse kopiert:opennlp.tools.cmdline.TypedCmdLineToolExecutes the tool with the given parameters.- Setzt außer Kraft:
runin Klasseopennlp.tools.cmdline.AbstractEvaluatorTool<NameSample,opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool.TrainerToolParams> - Parameter:
format- format to work withargs- command line arguments
-