Package org.languagetool
Class DynamicMorfologikLanguage
java.lang.Object
org.languagetool.Language
org.languagetool.DynamicLanguage
org.languagetool.DynamicMorfologikLanguage
-
Field Summary
Fields inherited from class org.languagetool.DynamicLanguage
code, dictPath, name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRelevantRules
(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages) Get the rules classes that should run for texts in this language.Methods inherited from class org.languagetool.DynamicLanguage
getCommonWordsPath, getCountries, getMaintainers, getName, getPatternRules, getRuleFileNames, getShortCode, isSpellcheckOnlyLanguage
Methods inherited from class org.languagetool.Language
equals, equalsConsiderVariantsIfSpecified, getChunker, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getMaintainedState, getPostDisambiguationChunker, getPriorityForId, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantNeuralNetworkModels, getRelevantRulesGlobalConfig, getRelevantWord2VecModelRules, getSentenceTokenizer, getShortCodeWithCountryAndVariant, getSynthesizer, getTagger, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, getWord2VecModel, getWordTokenizer, hashCode, hasNGramFalseFriendRule, hasVariant, initLanguageModel, isExternal, isHiddenFromGui, isVariant, toString
-
Constructor Details
-
DynamicMorfologikLanguage
-
-
Method Details
-
getRelevantRules
public List<Rule> getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages) throws IOException Description copied from class:Language
Get the rules classes that should run for texts in this language.- Specified by:
getRelevantRules
in classLanguage
- Throws:
IOException
-