| 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.
|
| DetectedLanguage |
|
| DynamicHunspellLanguage |
|
| DynamicLanguage |
|
| DynamicMorfologikLanguage |
|
| GlobalConfig |
|
| InputSentence |
For internal use only.
|
| 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.
|
| LinguServices |
Dummy class for UserConfig
has to be overridden by concrete linguistic service e.g.
|
| MultiThreadedJLanguageTool |
A variant of JLanguageTool that uses several threads for rule matching.
|
| OutputStreamLogger |
|
| ResourceBundleTools |
Message bundle helper class used for translation of the user interface.
|
| ResourceBundleWithFallback |
A resource bundle that uses its fallback resource bundle if the
value from the original bundle is null or empty.
|
| ResultCache |
A cache to speed up text checking for use cases where sentences are checked more than once.
|
| RuleCheckTimeMessage |
|
| RuleErrorNotification |
|
| RuleLogger |
|
| RuleLoggerManager |
|
| RuleLoggerMessage |
|
| ShortDescriptionProvider |
Provide short (~ up to 30 characters) descriptions for words.
|
| SimpleInputSentence |
For internal use only.
|
| UserConfig |
User-specific configuration.
|
| XMLValidator |
Validate XML files with a given DTD or XML Schema (XSD).
|
| XMLValidator.ErrorHandler |
XML handler that throws exception on error and warning, does nothing otherwise.
|