Class BinaryDictionary
Base class for a binary-encoded in-memory dictionary.
Inheritance
System.Object
BinaryDictionary
Assembly: Lucene.Net.Analysis.Kuromoji.dll
Syntax
public abstract class BinaryDictionary : object, IDictionary
Constructors
Name | Description |
---|---|
BinaryDictionary() |
Fields
Name | Description |
---|---|
DICT_FILENAME_SUFFIX | |
DICT_HEADER | |
HAS_BASEFORM | flag that the entry has baseform data. otherwise its not inflected (same as surface form) |
HAS_PRONUNCIATION | flag that the entry has pronunciation data. otherwise pronunciation is the reading |
HAS_READING | flag that the entry has reading data. otherwise reading is surface form converted to katakana |
POSDICT_FILENAME_SUFFIX | |
POSDICT_HEADER | |
TARGETMAP_FILENAME_SUFFIX | |
TARGETMAP_HEADER | |
VERSION |