Class Lithuanian

java.lang.Object
org.languagetool.Language
org.languagetool.language.Lithuanian

@Deprecated public class Lithuanian extends org.languagetool.Language
Deprecated.
this language hasn't been maintained for years, it will be removed from LanguageTool after release 3.6
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    org.languagetool.language.Contributor[]
    Deprecated.
     
    Deprecated.
     
    List<org.languagetool.rules.Rule>
    getRelevantRules(ResourceBundle messages, org.languagetool.UserConfig userConfig, org.languagetool.Language motherTongue, List<org.languagetool.Language> altLanguages)
    Deprecated.
     
    org.languagetool.tokenizers.SentenceTokenizer
    Deprecated.
     
    Deprecated.
     
    org.languagetool.tagging.Tagger
    Deprecated.
     

    Methods inherited from class org.languagetool.Language

    equals, equalsConsiderVariantsIfSpecified, getChunker, getCommonWordsPath, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getMaintainedState, getPatternRules, getPostDisambiguationChunker, getPriorityForId, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantNeuralNetworkModels, getRelevantRulesGlobalConfig, getRelevantWord2VecModelRules, getRuleFileNames, getShortCodeWithCountryAndVariant, getSynthesizer, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, getWord2VecModel, getWordTokenizer, hashCode, hasNGramFalseFriendRule, hasVariant, initLanguageModel, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, toString

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Lithuanian

      public Lithuanian()
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Specified by:
      getName in class org.languagetool.Language
    • getCountries

      public String[] getCountries()
      Deprecated.
      Specified by:
      getCountries in class org.languagetool.Language
    • getShortCode

      public String getShortCode()
      Deprecated.
      Specified by:
      getShortCode in class org.languagetool.Language
    • getSentenceTokenizer

      public org.languagetool.tokenizers.SentenceTokenizer getSentenceTokenizer()
      Deprecated.
      Overrides:
      getSentenceTokenizer in class org.languagetool.Language
    • getTagger

      public org.languagetool.tagging.Tagger getTagger()
      Deprecated.
      Overrides:
      getTagger in class org.languagetool.Language
    • getMaintainers

      public org.languagetool.language.Contributor[] getMaintainers()
      Deprecated.
      Specified by:
      getMaintainers in class org.languagetool.Language
    • getRelevantRules

      public List<org.languagetool.rules.Rule> getRelevantRules(ResourceBundle messages, org.languagetool.UserConfig userConfig, org.languagetool.Language motherTongue, List<org.languagetool.Language> altLanguages) throws IOException
      Deprecated.
      Specified by:
      getRelevantRules in class org.languagetool.Language
      Throws:
      IOException