Example usage for Java opennlp.tools.doccat DoccatModel fields, constructors, methods, implement or subclass
The text is from its open source code.
DoccatModel(InputStream in) | |
DoccatModel(File modelFile) | |
DoccatModel(Path modelPath) | |
DoccatModel(URL modelURL) |
void | serialize(OutputStream out) Serializes the model to the given OutputStream . |