Package | Description |
---|---|
jgloss.parser |
Backend for parsing Japanese text, searching for readings and translations of words.
|
Modifier and Type | Method and Description |
---|---|
TextAnnotation |
TextAnnotationCompleter.complete(TextAnnotation anno) |
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) |
Modifier and Type | Method and Description |
---|---|
TextAnnotation |
TextAnnotationCompleter.complete(TextAnnotation anno) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.