Package org.languagetool.language
Class CrimeanTatar
java.lang.Object
org.languagetool.Language
org.languagetool.language.CrimeanTatar
Support for CrimeanTatar
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SentenceTokenizerprivate CrimeanTatarTaggerprivate WordTokenizer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates language specific part-of-speech synthesizer.String[]Get this language's country options , e.g.Information about whether the support for this language in LanguageTool is actively maintained.Get the name(s) of the maintainer(s) for this language ornull.getName()Get this language's name in English, e.g.getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language languagees, List<Language> altLanguages) Get the rules classes that should run for texts in this language.Get this language's sentence tokenizer implementation.Get this language's character code, e.g.Get this language's part-of-speech tagger implementation.Get this language's word tokenizer implementation.Methods inherited from class org.languagetool.Language
adaptSuggestion, adjustMatch, createDefaultChunker, createDefaultDisambiguator, createDefaultJLanguageTool, createDefaultPostDisambiguationChunker, createDefaultSentenceTokenizer, createDefaultSpellingRule, createDefaultTagger, createDefaultWordTokenizer, equals, equalsConsiderVariantsIfSpecified, filterRuleMatches, getChunker, getClosingDoubleQuote, getClosingSingleQuote, getCommonWordsPath, getConsistencyRulePrefix, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDefaultRulePriorityForStyle, getDefaultSpellingRule, getDefaultSpellingRule, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getMultitokenSpeller, getOpeningDoubleQuote, getOpeningSingleQuote, getPatternRules, getPostDisambiguationChunker, getPriorityForId, getPriorityMap, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantRemoteRules, getRelevantRulesGlobalConfig, getRemoteEnhancedRules, getRuleFileNames, getRulePriority, getShortCodeWithCountryAndVariant, getSynthesizer, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, hashCode, hasMinMatchesRules, hasNGramFalseFriendRule, hasVariant, isAdvancedTypographyEnabled, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, prepareLineForSpeller, setChunker, setDisambiguator, setPostDisambiguationChunker, setSentenceTokenizer, setSynthesizer, setTagger, setWordTokenizer, toAdvancedTypography, toString
-
Field Details
-
sentenceTokenizer
-
wordTokenizer
-
tagger
-
-
Constructor Details
-
CrimeanTatar
public CrimeanTatar()
-
-
Method Details
-
getSentenceTokenizer
Description copied from class:LanguageGet this language's sentence tokenizer implementation.- Overrides:
getSentenceTokenizerin classLanguage
-
getName
Description copied from class:LanguageGet this language's name in English, e.g.EnglishorGerman (Germany). -
getShortCode
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
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.
-
getTagger
Description copied from class:LanguageGet this language's part-of-speech tagger implementation. -
createDefaultSynthesizer
Description copied from class:LanguageCreates language specific part-of-speech synthesizer. This function will be called each time inLanguage.getSynthesizer()if synthesizer is not set.- Overrides:
createDefaultSynthesizerin classLanguage
-
getWordTokenizer
Description copied from class:LanguageGet this language's word tokenizer implementation.- Overrides:
getWordTokenizerin classLanguage
-
getMaintainers
Description copied from class:LanguageGet the name(s) of the maintainer(s) for this language ornull.- Specified by:
getMaintainersin classLanguage
-
getMaintainedState
Description copied from class:LanguageInformation about whether the support for this language in LanguageTool is actively maintained. If not, the user interface might show a warning.- Overrides:
getMaintainedStatein classLanguage
-
getRelevantRules
public List<Rule> getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language languagees, List<Language> altLanguages) throws IOException Description copied from class:LanguageGet the rules classes that should run for texts in this language.- Specified by:
getRelevantRulesin classLanguage- Throws:
IOException
-