public interface Model
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy transient resources for the model.
|
java.lang.String |
getEncoding()
Get the model encoding.
|
java.io.File |
getFile()
Get the location of the model.
|
java.lang.String |
getFlushSequence()
The the token sequence used to flush the TreeTagger state for the
given model.
|
java.lang.String |
getName()
Get the name of the model.
|
void |
install()
Install the model to the file system (if necessary).
|
java.lang.String getName()
void install()
throws java.io.IOException
java.io.IOException - if the model cannot be installed.java.io.File getFile()
install() is called before,
the model may not actually be present at this location.java.lang.String getEncoding()
java.lang.String getFlushSequence()
void destroy()
Copyright © 2014. All Rights Reserved.