Java org.apache.lucene.analysis.hunspell Dictionary fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.hunspell Dictionary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.hunspell Dictionary.

The text is from its open source code.

Constructor

Dictionary(Directory tempDir, String tempFileNamePrefix, InputStream affix, InputStream dictionary)
Creates a new Dictionary containing the information read from the provided InputStreams to hunspell affix and dictionary files.