Package | Description |
---|---|
org.languagetool |
Constructor and Description |
---|
JLanguageTool(Language language,
Language motherTongue,
ResultCache cache)
Create a JLanguageTool and setup the built-in rules for the
given language and false friend rules for the text language / mother tongue pair.
|
JLanguageTool(Language language,
Language motherTongue,
ResultCache cache,
UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the
given language and false friend rules for the text language / mother tongue pair.
|
JLanguageTool(Language language,
List<Language> altLanguages,
Language motherTongue,
ResultCache cache,
GlobalConfig globalConfig,
UserConfig userConfig) |
JLanguageTool(Language language,
List<Language> altLanguages,
Language motherTongue,
ResultCache cache,
GlobalConfig globalConfig,
UserConfig userConfig,
boolean inputLogging)
Create a JLanguageTool and setup the built-in rules for the
given language and false friend rules for the text language / mother tongue pair.
|
JLanguageTool(Language language,
ResultCache cache,
UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the
given language and false friend rules for the text language / mother tongue pair.
|