public final class POSModel extends BaseModel implements SerializableArtifact
POSTaggerME
,
Serialized FormTRAINING_CUTOFF_PROPERTY, TRAINING_EVENTHASH_PROPERTY, TRAINING_ITERATIONS_PROPERTY
Constructor and Description |
---|
POSModel(java.io.File modelFile) |
POSModel(java.io.InputStream in) |
POSModel(java.nio.file.Path modelPath) |
POSModel(java.lang.String languageCode,
MaxentModel posModel,
int beamSize,
java.util.Map<java.lang.String,java.lang.String> manifestInfoEntries,
POSTaggerFactory posFactory) |
POSModel(java.lang.String languageCode,
MaxentModel posModel,
java.util.Map<java.lang.String,java.lang.String> manifestInfoEntries,
POSTaggerFactory posFactory) |
POSModel(java.lang.String languageCode,
SequenceClassificationModel<java.lang.String> posModel,
java.util.Map<java.lang.String,java.lang.String> manifestInfoEntries,
POSTaggerFactory posFactory) |
POSModel(java.net.URL modelURL) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<POSModelSerializer> |
getArtifactSerializerClass()
Retrieves the class which can serialize and recreate this artifact.
|
POSTaggerFactory |
getFactory() |
Dictionary |
getNgramDictionary()
Retrieves the ngram dictionary.
|
MaxentModel |
getPosModel()
Deprecated.
use getPosSequenceModel instead. This method will be removed soon.
Only required for Parser 1.5.x backward compatibility. Newer models don't need this anymore.
|
SequenceClassificationModel<java.lang.String> |
getPosSequenceModel() |
getArtifact, getLanguage, getManifestProperty, getVersion, isLoadedFromSerialized, serialize, serialize, serialize
public POSModel(java.lang.String languageCode, SequenceClassificationModel<java.lang.String> posModel, java.util.Map<java.lang.String,java.lang.String> manifestInfoEntries, POSTaggerFactory posFactory)
public POSModel(java.lang.String languageCode, MaxentModel posModel, java.util.Map<java.lang.String,java.lang.String> manifestInfoEntries, POSTaggerFactory posFactory)
public POSModel(java.lang.String languageCode, MaxentModel posModel, int beamSize, java.util.Map<java.lang.String,java.lang.String> manifestInfoEntries, POSTaggerFactory posFactory)
public POSModel(java.io.InputStream in) throws java.io.IOException
java.io.IOException
public POSModel(java.io.File modelFile) throws java.io.IOException
java.io.IOException
public POSModel(java.nio.file.Path modelPath) throws java.io.IOException
java.io.IOException
public POSModel(java.net.URL modelURL) throws java.io.IOException
java.io.IOException
@Deprecated public MaxentModel getPosModel()
public SequenceClassificationModel<java.lang.String> getPosSequenceModel()
public POSTaggerFactory getFactory()
public Dictionary getNgramDictionary()
public java.lang.Class<POSModelSerializer> getArtifactSerializerClass()
SerializableArtifact
getArtifactSerializerClass
in interface SerializableArtifact
Copyright © 2010 - 2023 Adobe. All Rights Reserved