Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased |
Modifier and Type | Field and Description |
---|---|
protected Indexable |
BinarySearchIndexBuilder.dictionary |
Modifier and Type | Method and Description |
---|---|
protected int |
BinarySearchIndex.findMatch(Indexable dictionary,
ByteBuffer expression)
Returns the index of an index entry which matches the expression.
|
protected int |
BinarySearchIndex.findMatch(Indexable dictionary,
ByteBuffer expression,
int match,
boolean first)
Searches the index backwards/forwards from a matching entry to the
first/last match of an expression.
|
Index.Iterator |
Index.getEntryPositions(Indexable dictionary,
ByteBuffer expression,
Object[] parameters)
Returns an iterator over index entries matching certain criteria.
|
Index.Iterator |
BinarySearchIndex.getEntryPositions(Indexable dictionary,
ByteBuffer expression,
Object[] parameters) |
void |
IndexBuilder.startBuildIndex(IndexContainer container,
Indexable dictionary)
Begin building a new index.
|
void |
BinarySearchIndexBuilder.startBuildIndex(IndexContainer _container,
Indexable _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.