Example usage for Java opennlp.tools.namefind TokenNameFinderModel fields, constructors, methods, implement or subclass
The text is from its open source code.
TokenNameFinderModel(InputStream in) | |
TokenNameFinderModel(File modelFile) | |
TokenNameFinderModel(Path modelPath) | |
TokenNameFinderModel(URL modelURL) |
String | getLanguage() Retrieves the language code of the material which was used to train the model or x-unspecified if non was set. |
void | serialize(OutputStream out) Serializes the model to the given OutputStream . |