Class AustrianGermanSpellerRule

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String LANGUAGE_SPECIFIC_PLAIN_TEXT_DICT  
      private org.languagetool.rules.spelling.CachingWordListLoader wordListLoader  
      • Fields inherited from class org.languagetool.rules.spelling.hunspell.HunspellRule

        FILE_EXTENSION, hunspellDict, needsInit, nonWordPattern, suggestionsOrderer
      • Fields inherited from class org.languagetool.rules.spelling.SpellingCheckRule

        ignoreWordsWithLength, language, languageModel, LANGUAGETOOL, LANGUAGETOOLER
      • Fields inherited from class org.languagetool.rules.Rule

        messages
    • Constructor Summary

      Constructors 
      Constructor Description
      AustrianGermanSpellerRule​(java.util.ResourceBundle messages, German language)  
      AustrianGermanSpellerRule​(java.util.ResourceBundle messages, German language, org.languagetool.UserConfig userConfig, org.languagetool.languagemodel.LanguageModel lm)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getLanguageVariantSpellingFileName()  
      protected void init()  
      • Methods inherited from class org.languagetool.rules.spelling.hunspell.CompoundAwareHunspellRule

        getCandidates
      • Methods inherited from class org.languagetool.rules.spelling.hunspell.HunspellRule

        getActiveChecks, getDescription, getDictFilenameInResources, getSentenceTextWithoutUrlsAndImmunizedTokens, match, tokenizeText
      • Methods inherited from class org.languagetool.rules.spelling.SpellingCheckRule

        acceptedInAlternativeLanguage, acceptPhrases, addIgnoreTokens, addSuggestionsToRuleMatch, createWrongSplitMatch, filterDupes, filterSuggestions, getAdditionalProhibitFileNames, getAdditionalSpellingFileNames, getAdditionalSuggestions, getAlternativeLangSpellingRules, getAntiPatterns, getIgnoreFileName, getProhibitFileName, getSpellingFileName, ignoreToken, ignoreWord, isDictionaryBasedSpellingRule, isEMail, isUrl, reorderSuggestions, setConsiderIgnoreWords, setConvertsCase, startsWithIgnoredWord
      • Methods inherited from class org.languagetool.rules.Rule

        addExamplePair, estimateContextForSureMatch, getCategory, getConfigureText, getCorrectExamples, getDefaultValue, getErrorTriggeringExamples, getIncorrectExamples, getLocQualityIssueType, getMaxConfigurableValue, getMinConfigurableValue, getSentenceWithImmunization, getUrl, hasConfigurableValue, isDefaultOff, isDefaultTempOff, isOfficeDefaultOff, isOfficeDefaultOn, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setErrorTriggeringExamples, setIncorrectExamples, setLocQualityIssueType, setOfficeDefaultOff, setOfficeDefaultOn, setUrl, supportsLanguage, toRuleMatchArray, useInOffice
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wordListLoader

        private final org.languagetool.rules.spelling.CachingWordListLoader wordListLoader
      • LANGUAGE_SPECIFIC_PLAIN_TEXT_DICT

        private static final java.lang.String LANGUAGE_SPECIFIC_PLAIN_TEXT_DICT
        See Also:
        Constant Field Values
    • Constructor Detail

      • AustrianGermanSpellerRule

        public AustrianGermanSpellerRule​(java.util.ResourceBundle messages,
                                         German language)
      • AustrianGermanSpellerRule

        public AustrianGermanSpellerRule​(java.util.ResourceBundle messages,
                                         German language,
                                         org.languagetool.UserConfig userConfig,
                                         org.languagetool.languagemodel.LanguageModel lm)
        Since:
        4.2
    • Method Detail

      • init

        protected void init()
                     throws java.io.IOException
        Overrides:
        init in class GermanSpellerRule
        Throws:
        java.io.IOException
      • getLanguageVariantSpellingFileName

        public java.lang.String getLanguageVariantSpellingFileName()
        Overrides:
        getLanguageVariantSpellingFileName in class org.languagetool.rules.spelling.SpellingCheckRule