Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
jgloss.dictionary.filebased | |
jgloss.parser |
Backend for parsing Japanese text, searching for readings and translations of words.
|
Class and Description |
---|
AbstractSearchMode |
BaseEntry |
CharacterClass
Enumeration of character classes used for index creation.
|
Dictionary
Generic interface to a dictionary with an arbitrary backend.
|
DictionaryEntry
Single entry in a dictionary which supports the
Dictionary interface. |
DictionaryEntry.AttributeGroup
Attribute groups dictionary entries have.
|
DictionaryEntryField
Typesafe enumeration of field types of dictionary entries.
|
DictionaryEntryFormatter.Position
Position of an attribute in the formatted string.
|
DictionaryEntryReference
Reference to a dictionary entry.
|
DictionaryFactoryException
Base class for other
DictionaryFactory exceptions. |
DictionaryImplementation
Interface which is used to match descriptors to
Dictionary implementations. |
DictionaryInstantiationException
Thrown when the instantiation of a dictionary failed.
|
DictionaryWrapper
Implemented by classes which contain a dictionary.
|
EncodedCharacterHandler
Methods for handling Japanese text encoded as byte buffer using some character encoding.
|
ExpressionSearchModes
Collection of standard expression search modes.
|
Index
An index is a store for locations in a dictionary which enables fast lookups of
entries matching certain parameters.
|
Index.Iterator
Iterator over index entries.
|
Indexable
Interface for classes which support indexing of words, usually
Dictionary
subclasses. |
Indexable.CharData
Stores a single character and the position of the character following it.
|
IndexBuilder
Creator for an index structure which will then be used by a
Index instance. |
IndexContainer
Container which can store the data for several different index types.
|
IndexedDictionary
Interface for dictionaries which need an index to operate.
|
IndexException
Exception signalling an error which occurred while accessing the index.
|
KanjiDic
Dictionary implementation for KANJIDIC-style dictionary files.
|
KanjiDic.Entry
Represents a single entry in the kanji dictionary file.
|
MatchMode
Typesafe enumeration of match modes.
|
SearchException
SearchException signals a fatal error during a dictionary lookup.
|
SearchFieldSelection
Container storing information about search field and match mode selection states.
|
SearchMode
Interface which describes a search mode.
|
SearchParameter
Interface describing a parameter of a search.
|
TestResult
Test result for
DictionaryImplementation . |
UnsupportedDescriptorException
Thrown when a descriptor does not match any known dictionary format.
|
Class and Description |
---|
Dictionary
Generic interface to a dictionary with an arbitrary backend.
|
DictionaryEntry.AttributeGroup
Attribute groups dictionary entries have.
|
SearchFieldSelection
Container storing information about search field and match mode selection states.
|
SearchMode
Interface which describes a search mode.
|
Class and Description |
---|
BaseEntry.MarkerDictionary
Interface implemented by dictionaries which support creating dictionary entries from
markers as used in this class.
|
Dictionary
Generic interface to a dictionary with an arbitrary backend.
|
DictionaryEntry
Single entry in a dictionary which supports the
Dictionary interface. |
DictionaryEntryField
Typesafe enumeration of field types of dictionary entries.
|
DictionaryImplementation
Interface which is used to match descriptors to
Dictionary implementations. |
DictionaryInstantiationException
Thrown when the instantiation of a dictionary failed.
|
EncodedCharacterHandler
Methods for handling Japanese text encoded as byte buffer using some character encoding.
|
Indexable
Interface for classes which support indexing of words, usually
Dictionary
subclasses. |
Indexable.CharData
Stores a single character and the position of the character following it.
|
IndexContainer
Container which can store the data for several different index types.
|
IndexedDictionary
Interface for dictionaries which need an index to operate.
|
IndexException
Exception signalling an error which occurred while accessing the index.
|
SearchException
SearchException signals a fatal error during a dictionary lookup.
|
SearchFieldSelection
Container storing information about search field and match mode selection states.
|
SearchMode
Interface which describes a search mode.
|
TestResult
Test result for
DictionaryImplementation . |
Class and Description |
---|
Dictionary
Generic interface to a dictionary with an arbitrary backend.
|
SearchException
SearchException signals a fatal error during a dictionary lookup.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.