Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased |
Modifier and Type | Method and Description |
---|---|
static IndexedDictionary |
DictionaryFactory.synchronizedIndexedDictionary(IndexedDictionary dictionary)
Returns a synchronized (thread-safe) indexed dictionary wrapped by the specified
indexed dictionary.
|
Modifier and Type | Method and Description |
---|---|
static IndexedDictionary |
DictionaryFactory.synchronizedIndexedDictionary(IndexedDictionary dictionary)
Returns a synchronized (thread-safe) indexed dictionary wrapped by the specified
indexed dictionary.
|
Modifier and Type | Class and Description |
---|---|
class |
EDict
Dictionary implementation for dictionaries in EDICT format
based on
FileBasedDictionary . |
class |
FileBasedDictionary
Base class for dictionaries stored in a local file with separate index file.
|
class |
WadokuJT
Implementation for dictionaries in WadokuJT.txt format.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.