Java opennlp.tools.dictionary Dictionary fields, constructors, methods, implement or subclass

Example usage for Java opennlp.tools.dictionary Dictionary fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Dictionary(boolean caseSensitive)
Dictionary(InputStream in)
Initializes the Dictionary from an existing dictionary resource.

Method

intgetMaxTokenCount()
intgetMinTokenCount()
intsize()
Retrieves the number of tokens in the current instance.