Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.filebased | |
jgloss.parser |
Backend for parsing Japanese text, searching for readings and translations of words.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexException
Exception signalling an error which occurred while accessing the index.
|
class |
MalformedEntryException
Thrown when dictionary entry is of a format unparseable by the dictionary
implementation.
|
class |
UnsupportedSearchModeException
Thrown if
Dictionary.search is called with a
search mode not supported by that dictionary. |
Modifier and Type | Method and Description |
---|---|
DictionaryEntry |
BaseEntry.MarkerDictionary.createEntryFromMarker(int entryMarker) |
DictionaryEntry |
DictionaryEntryReference.getEntry()
Returns the referenced dictionary entry.
|
DictionaryEntry |
BaseEntry.BaseEntryRef.getEntry() |
Iterator<DictionaryEntry> |
KanjiDic.search(SearchMode mode,
Object[] parameters)
Searches for an entry matching expression.
|
Iterator<DictionaryEntry> |
Dictionary.search(SearchMode searchmode,
Object[] parameters)
Searches for entries in the dictionary.
|
Modifier and Type | Method and Description |
---|---|
DictionaryEntry |
FileBasedDictionary.createEntryFromMarker(int marker)
Create a dictionary entry from a marker, which is the start offset of the entry.
|
Iterator<DictionaryEntry> |
FileBasedDictionary.search(SearchMode searchmode,
Object[] parameters) |
Modifier and Type | Class and Description |
---|---|
class |
ParsingInterruptedException
Thrown if the parsing thread is interrupted by calling its
interrupt
method. |
Modifier and Type | Method and Description |
---|---|
List<TextAnnotation> |
KanjiParser.parse(char[] text,
int start,
int length)
Parses the text, returning a list with annotations for words in the text.
|
List<TextAnnotation> |
NullParser.parse(char[] text,
int start,
int length) |
List<TextAnnotation> |
Parser.parse(char[] text,
int start,
int length)
Parses the text, returning a list with annotations for words in the text.
|
List<TextAnnotation> |
ChasenParser.parse(char[] text,
int start,
int length) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.