Interface | Description |
---|---|
JLanguageTool.CheckCancelledCallback |
Callback for checking if result of
JLanguageTool.check(String) is still needed. |
RuleMatchListener |
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
AnalyzedToken s used to store multiple POS tags and lemmas
for a given single token. |
CheckResults | |
DetectedLanguage | |
FragmentWithLanguage | |
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).
|
LanguageAnnotator |
Detect language per token and add that to the analysis.
|
Languages |
Helper methods to list all supported languages and to get language objects
by their name or language code etc.
|
LevelToneTagCacheKey | |
LinguServices |
Dummy class for UserConfig
has to be overridden by concrete linguistic service e.g. by LO extension
|
MultiThreadedJLanguageTool |
A variant of
JLanguageTool that uses several threads for rule matching. |
Premium | |
PremiumOff |
Information about premium-only rules.
|
Range |
A range in a text with its (potential/guessed) language.
|
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.
|
RuleEntityResolver |
Resolves an XML file's external entity URIs as relative paths.
|
SentenceRange |
A range in a text that makes up a sentence.
|
ShortDescriptionProvider |
Provide short (up to ~ 40 characters) descriptions for words.
|
UserConfig |
User-specific configuration.
|
XMLValidator |
Validate XML files with a given DTD or XML Schema (XSD).
|
Enum | Description |
---|---|
JLanguageTool.Level | |
JLanguageTool.Mode | |
JLanguageTool.ParagraphHandling |
Constants for correct paragraph-rule handling.
|
LanguageMaintainedState |
Information about whether a language in LanguageTool is actively maintained.
|
Tag | |
ToneTag |
Exception | Description |
---|---|
ErrorRateTooHighException |
Annotation Type | Description |
---|---|
ApiCleanupNeeded |
An internal marker for places in the source where the API would need to be cleaned up.
|
Experimental |
An experimental feature that may change without warning in future versions.
|