|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Model
A TreeTagger model.
| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||