| Class | Description |
|---|---|
| AnalyzedSentence |
A sentence that has been tokenized and analyzed.
|
| AnalyzedToken |
A word (or punctuation, or whitespace) and its analysis (part-of-speech tag, lemma)
|
| AnalyzedTokenReadings |
An array of
AnalyzedTokens used to store multiple POS tags and lemmas
for a given single token. |
| JLanguageTool |
The main class used for checking text against different rules:
built-in Java rules (for English: a vs.
|
| Language |
Base class for any supported language (English, German, etc).
|
| Languages |
Helper methods to list all supported languages and to get language objects
by their name or language code etc.
|
| MultiThreadedJLanguageTool |
A variant of
JLanguageTool that uses several threads for rule matching. |
| ResourceBundleWithFallback |
A resource bundle that uses its fallback resource bundle if the
value from the original bundle is null or empty.
|
| Enum | Description |
|---|---|
| JLanguageTool.ParagraphHandling |
Constants for correct paragraph-rule handling:
NORMAL - all kinds of rules run
ONLYPARA - only paragraph-level rules
ONLYNONPARA - only sentence-level rules
|
| Annotation Type | Description |
|---|---|
| Experimental |
An experimental feature that may change without warning in future versions.
|