Java opennlp.tools.tokenize TokenizerModel fields, constructors, methods, implement or subclass

Example usage for Java opennlp.tools.tokenize TokenizerModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for opennlp.tools.tokenize TokenizerModel.

The text is from its open source code.

Constructor

TokenizerModel(InputStream in)
Initializes the current instance.
TokenizerModel(File modelFile)
Initializes the current instance.
TokenizerModel(Path modelPath)
TokenizerModel(URL modelURL)
Initializes the current instance.