public interface LanguageParser
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Indicate that the current paragraph-level content is finished and that
parsed sentences and words need to be flushed.
|
Locale |
locale()
Get the locale of this parser.
|
void |
text(CharSequence text,
Location start,
Location end)
Add some text that should be parsed.
|
Locale locale()
void text(CharSequence text, Location start, Location end)
text - the text that should be parsedstart - start of the textend - end of the textvoid flush()
Copyright © 2018. All rights reserved.