Package opennlp.uima.util
Klasse OpennlpUtil
java.lang.Object
opennlp.uima.util.OpennlpUtil
This class contains util methods for the maxent library.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic byte[]Loads data from a givenFile.static TrainingParametersloadTrainingParams(String inFileValue, boolean isSequenceTrainingAllowed) Loads data from a givenFile.static void
-
Methodendetails
-
serialize
- Parameter:
model- TheBaseModelto serialize.modelFile- TheFileto serialize into.- Löst aus:
IOException- Thrown if IO errors occurred.
-
loadBytes
Loads data from a givenFile.- Parameter:
inFile- TheFileto read bytes from.- Gibt zurück:
- The bytes that have been read.
- Löst aus:
IOException- Thrown if IO errors occurred.
-
loadTrainingParams
public static TrainingParameters loadTrainingParams(String inFileValue, boolean isSequenceTrainingAllowed) throws org.apache.uima.resource.ResourceInitializationException Loads data from a givenFile.- Parameter:
inFileValue- The name of theFileto read bytes from.isSequenceTrainingAllowed- Whether theTrainerFactory.TrainerType.SEQUENCE_TRAINERmethod is allowed or not.- Gibt zurück:
- The
TrainingParametersthat have been read. - Löst aus:
org.apache.uima.resource.ResourceInitializationException- Thrown if IO errors occurred or theinFileValuedoes not reference a valid training parameters file.
-