Package | Description |
---|---|
morfologik.stemming |
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 ByteBuffer |
DictionaryLookup.decodeBaseForm(ByteBuffer output,
byte[] encoded,
int encodedLen,
ByteBuffer inflectedForm,
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 © 2017. All rights reserved.