See: Description
Interface | Description |
---|---|
Parser |
Look up words from a text in dictionaries and returns a list of
reading or translation annotations.
|
Class | Description |
---|---|
AbstractParser |
Implementation of common methods of the Parser interface.
|
Chasen |
Wrapper around the ChaSen morphological analysis program.
|
ChasenParser |
Parses Japanese text using the ChaSen morphological analyzer program.
|
Conjugation |
Find verb/adjective conjugations.
|
KanjiParser |
Parser implementation which annotates kanji words.
|
NullParser |
Parser which does not add annotations to the parsed text.
|
ReadingAnnotation |
Reading for a part of a text.
|
ReadingAnnotationFilter |
Filter reading annotations for kanji from a text fragment.
|
TextAnnotation |
Describes an annotation for a specific position in the parsed text.
|
TextAnnotationCompleter |
Exception | Description |
---|---|
ParsingInterruptedException |
Thrown if the parsing thread is interrupted by calling its
interrupt
method. |
A text parser is used to automatically split Japanese text into words and look up these words in dictionaries.
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.