|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopennlp.tools.util.model.BaseModel
public abstract class BaseModel
This model is a common based which can be used by the components model classes. TODO: Provide sub classes access to serializers already in constructor
Field Summary | |
---|---|
static String |
TRAINING_CUTOFF_PROPERTY
|
static String |
TRAINING_EVENTHASH_PROPERTY
|
static String |
TRAINING_ITERATIONS_PROPERTY
|
Method Summary | ||
---|---|---|
|
getArtifact(String key)
Gets an artifact by name |
|
String |
getLanguage()
Retrieves the language code of the material which was used to train the model or x-unspecified if non was set. |
|
String |
getManifestProperty(String key)
Retrieves the value to the given key from the manifest.properties entry. |
|
Version |
getVersion()
Retrieves the OpenNLP version which was used to create the model. |
|
boolean |
isLoadedFromSerialized()
Indicates if this provider was loaded from serialized. |
|
void |
serialize(OutputStream out)
Serializes the model to the given OutputStream . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TRAINING_CUTOFF_PROPERTY
public static final String TRAINING_ITERATIONS_PROPERTY
public static final String TRAINING_EVENTHASH_PROPERTY
Method Detail |
---|
public final String getManifestProperty(String key)
getManifestProperty
in interface ArtifactProvider
key
-
public final String getLanguage()
getLanguage
in interface ArtifactProvider
public final Version getVersion()
public final void serialize(OutputStream out) throws IOException
OutputStream
.
out
- stream to write the model to
IOException
public <T> T getArtifact(String key)
ArtifactProvider
getArtifact
in interface ArtifactProvider
public boolean isLoadedFromSerialized()
ArtifactProvider
isLoadedFromSerialized
in interface ArtifactProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |