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 AnalyzedToken s used to store multiple POS tags and lemmas
for a given single token.
|
DetectedLanguage |
|
GlobalConfig |
|
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 |
|
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.
|
UserConfig |
User-specific configuration.
|
XMLValidator |
Validate XML files with a given DTD or XML Schema (XSD).
|