Interface | Description |
---|---|
Dictionary |
Dictionary interface for retrieving morphological data
by id.
|
Class | Description |
---|---|
BinaryDictionary |
Base class for a binary-encoded in-memory dictionary.
|
CharacterDefinition |
Character category data.
|
ConnectionCosts |
n-gram connection cost data
|
TokenInfoDictionary |
Binary dictionary implementation for a known-word dictionary model:
Words are encoded into an FST mapping to a list of wordIDs.
|
TokenInfoFST |
Thin wrapper around an FST with root-arc caching for Japanese.
|
UnknownDictionary |
Dictionary for unknown-word handling.
|
UserDictionary |
Class for building a User Dictionary.
|