public final class MorfologikUkrainianSpellerRule extends MorfologikSpellerRule
conversionLocale, globalConfig, motherTongue, speller1, speller2, speller3ignoreWordsWithLength, language, languageModel, LANGUAGETOOL, LANGUAGETOOLER, wordListLoader, wordsToBeIgnored| Constructor and Description |
|---|
MorfologikUkrainianSpellerRule(ResourceBundle messages,
Language language,
UserConfig userConfig,
List<Language> altLanguages) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SuggestedReplacement> |
filterSuggestions(List<SuggestedReplacement> suggestions,
AnalyzedSentence sentence,
int i) |
protected List<SuggestedReplacement> |
getAdditionalSuggestions(List<SuggestedReplacement> suggestions,
String word) |
String |
getFileName() |
String |
getId() |
protected boolean |
ignoreToken(AnalyzedTokenReadings[] tokens,
int idx) |
protected boolean |
isMisspelled(MorfologikMultiSpeller speller,
String word) |
getDescription, getFrequency, getRuleMatches, getTranslator, ignoreWord, isMisspelled, isSurrogatePairCombination, match, orderSuggestions, setCheckCompound, setCompoundRegex, setIgnoreTaggedWords, setLocale, tokenizingPatternacceptPhrases, addIgnoreTokens, addIgnoreWords, addProhibitedWords, addSuggestionsToRuleMatch, createWrongSplitMatch, expandLine, filterDupes, getAdditionalProhibitFileNames, getAdditionalSpellingFileNames, getAdditionalTopSuggestions, getAntiPatterns, getIgnoreFileName, getLanguageVariantSpellingFileName, getProhibitFileName, getSpellingFileName, ignoreWord, init, isDictionaryBasedSpellingRule, isEMail, isProhibited, isUrl, setConsiderIgnoreWords, setConvertsCase, startsWithIgnoredWordaddExamplePair, addTags, estimateContextForSureMatch, getCategory, getConfigureText, getCorrectExamples, getDefaultValue, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMaxConfigurableValue, getMinConfigurableValue, getSentenceWithImmunization, getTags, getUrl, hasConfigurableValue, hasTag, isDefaultOff, isDefaultTempOff, isOfficeDefaultOff, isOfficeDefaultOn, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setErrorTriggeringExamples, setExamplePair, setIncorrectExamples, setLocQualityIssueType, setOfficeDefaultOff, setOfficeDefaultOn, setTags, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic MorfologikUkrainianSpellerRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages) throws IOException
IOExceptionpublic String getFileName()
getFileName in class MorfologikSpellerRulepublic String getId()
getId in class MorfologikSpellerRuleprotected boolean isMisspelled(MorfologikMultiSpeller speller, String word)
isMisspelled in class MorfologikSpellerRuleprotected List<SuggestedReplacement> getAdditionalSuggestions(List<SuggestedReplacement> suggestions, String word)
getAdditionalSuggestions in class SpellingCheckRuleprotected boolean ignoreToken(AnalyzedTokenReadings[] tokens, int idx) throws IOException
ignoreToken in class SpellingCheckRuleIOExceptionprotected List<SuggestedReplacement> filterSuggestions(List<SuggestedReplacement> suggestions, AnalyzedSentence sentence, int i)
filterSuggestions in class SpellingCheckRule