Class DynamicHunspellLanguage

    • Constructor Detail

      • DynamicHunspellLanguage

        DynamicHunspellLanguage​(java.lang.String name,
                                java.lang.String code,
                                java.io.File dictPath)
    • Method Detail

      • getRelevantRules

        public java.util.List<Rule> getRelevantRules​(java.util.ResourceBundle messages,
                                                     UserConfig userConfig,
                                                     Language motherTongue,
                                                     java.util.List<Language> altLanguages)
                                              throws java.io.IOException
        Description copied from class: Language
        Get the rules classes that should run for texts in this language.
        Specified by:
        getRelevantRules in class Language
        Throws:
        java.io.IOException