| Modifier and Type | Field and Description |
|---|---|
DictionaryMetadata |
Dictionary.metadata
Metadata associated with the dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryMetadata |
DictionaryMetadataBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.ByteBuffer |
DictionaryLookup.decodeStem(java.nio.ByteBuffer bb,
byte[] bytes,
int len,
java.nio.ByteBuffer inflectedBuffer,
DictionaryMetadata metadata)
Decode the base form of an inflected word and save its decoded form into
a byte buffer.
|
| Constructor and Description |
|---|
Dictionary(FSA fsa,
DictionaryMetadata metadata)
It is strongly recommended to use static methods in this class for
reading dictionaries.
|
Copyright © 2013. All Rights Reserved.