Package org.languagetool.language
Class Belarusian
java.lang.Object
org.languagetool.Language
org.languagetool.LanguageWithModel
org.languagetool.language.Belarusian
- All Implemented Interfaces:
AutoCloseable
Deprecated.
this language is unmaintained in LT and might be removed in a future release if we cannot find contributors for it (deprecated since 3.6)
Belarusian language declarations.
Copyright (C) 2010 Alex Buloichik (alex73mail@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates language specific sentence tokenizer.protected SpellingCheckRulecreateDefaultSpellingRule(ResourceBundle messages) Deprecated.Deprecated.Creates language specific part-of-speech tagger.Deprecated.Creates language specific word tokenizer.Deprecated.Deprecated.String[]Deprecated.Get this language's country options , e.g.Deprecated.Deprecated.Get the name(s) of the maintainer(s) for this language ornull.getName()Deprecated.Get this language's name in English, e.g.Deprecated.Deprecated.protected intDeprecated.Returns a priority for Rule or Category Id (default: 0).getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages) Deprecated.Get the rules classes that should run for texts in this language.Deprecated.Get this language's character code, e.g.booleanDeprecated.Methods inherited from class org.languagetool.LanguageWithModel
close, getLanguageModel, initLanguageModelMethods inherited from class org.languagetool.Language
adaptSuggestion, adjustMatch, createDefaultChunker, createDefaultDisambiguator, createDefaultJLanguageTool, createDefaultPostDisambiguationChunker, createDefaultSynthesizer, equals, equalsConsiderVariantsIfSpecified, filterRuleMatches, getChunker, getCommonWordsPath, getConsistencyRulePrefix, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDefaultRulePriorityForStyle, getDefaultSpellingRule, getDefaultSpellingRule, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getLocale, getLocaleWithCountryAndVariant, getMaintainedState, getMultitokenSpeller, getPatternRules, getPostDisambiguationChunker, getPriorityMap, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantRemoteRules, getRelevantRulesGlobalConfig, getRemoteEnhancedRules, getRuleFileNames, getRulePriority, getSentenceTokenizer, getShortCodeWithCountryAndVariant, getSynthesizer, getTagger, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, getWordTokenizer, hashCode, hasMinMatchesRules, hasNGramFalseFriendRule, hasVariant, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, prepareLineForSpeller, setChunker, setDisambiguator, setPostDisambiguationChunker, setSentenceTokenizer, setSynthesizer, setTagger, setWordTokenizer, toAdvancedTypography, toString
-
Constructor Details
-
Belarusian
public Belarusian()Deprecated.
-
-
Method Details
-
getIgnoredCharactersRegex
Deprecated.- Overrides:
getIgnoredCharactersRegexin classLanguage- Returns:
- Return compiled regular expression to ignore inside tokens
-
getName
Deprecated.Description copied from class:LanguageGet this language's name in English, e.g.EnglishorGerman (Germany). -
getShortCode
Deprecated.Description copied from class:LanguageGet this language's character code, e.g.enfor English. For most languages this is a two-letter code according to ISO 639-1, but for those languages that don't have a two-letter code, a three-letter code according to ISO 639-2 is returned. The country parameter (e.g. "US"), if any, is not returned.- Specified by:
getShortCodein classLanguage
-
getCountries
Deprecated.Description copied from class:LanguageGet this language's country options , e.g.US(as inen-US) orPL(as inpl-PL).- Specified by:
getCountriesin classLanguage- Returns:
- String[] - array of country options for the language.
-
createDefaultTagger
Deprecated.Description copied from class:LanguageCreates language specific part-of-speech tagger. The tagger must not benull, but it can be a trivial pseudo-tagger that only assignsnulltags. This function will be called each time inLanguage.getTagger()()} if tagger is not set.- Overrides:
createDefaultTaggerin classLanguage
-
createDefaultSentenceTokenizer
Deprecated.Description copied from class:LanguageCreates language specific sentence tokenizer. This function will be called each time inLanguage.getSentenceTokenizer()if sentence tokenizer is not set.- Overrides:
createDefaultSentenceTokenizerin classLanguage
-
createDefaultWordTokenizer
Deprecated.Description copied from class:LanguageCreates language specific word tokenizer. This function will be called each time inLanguage.getWordTokenizer()if word tokenizer is not set.- Overrides:
createDefaultWordTokenizerin classLanguage
-
getMaintainers
Deprecated.Description copied from class:LanguageGet the name(s) of the maintainer(s) for this language ornull.- Specified by:
getMaintainersin classLanguage
-
getOpeningDoubleQuote
Deprecated.- Overrides:
getOpeningDoubleQuotein classLanguage- Since:
- 5.1
-
getClosingDoubleQuote
Deprecated.- Overrides:
getClosingDoubleQuotein classLanguage- Since:
- 5.1
-
getOpeningSingleQuote
Deprecated.- Overrides:
getOpeningSingleQuotein classLanguage- Since:
- 5.1
-
getClosingSingleQuote
Deprecated.- Overrides:
getClosingSingleQuotein classLanguage- Since:
- 5.1
-
isAdvancedTypographyEnabled
public boolean isAdvancedTypographyEnabled()Deprecated.- Overrides:
isAdvancedTypographyEnabledin classLanguage- Since:
- 5.1
-
getRelevantRules
public List<Rule> getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages) throws IOException Deprecated.Description copied from class:LanguageGet the rules classes that should run for texts in this language.- Specified by:
getRelevantRulesin classLanguage- Throws:
IOException
-
getPriorityForId
Deprecated.Description copied from class:LanguageReturns a priority for Rule or Category Id (default: 0). Positive integers have higher priority. Negative integers have lower priority.- Overrides:
getPriorityForIdin classLanguage
-
createDefaultSpellingRule
@Nullable protected SpellingCheckRule createDefaultSpellingRule(ResourceBundle messages) throws IOException Deprecated.- Overrides:
createDefaultSpellingRulein classLanguage- Throws:
IOException
-