org.languagetool.language
Class Slovak

java.lang.Object
  extended by org.languagetool.Language
      extended by org.languagetool.language.Slovak

public class Slovak
extends Language


Field Summary
 
Fields inherited from class org.languagetool.Language
DEMO, LANGUAGES, REAL_LANGUAGES
 
Constructor Summary
Slovak()
           
 
Method Summary
 String[] getCountryVariants()
           
 Contributor[] getMaintainers()
           
 String getName()
           
 List<Class<? extends Rule>> getRelevantRules()
           
 SentenceTokenizer getSentenceTokenizer()
           
 String getShortName()
           
 Synthesizer getSynthesizer()
           
 Tagger getTagger()
           
 String[] getUnpairedRuleEndSymbols()
           
 String[] getUnpairedRuleStartSymbols()
           
 
Methods inherited from class org.languagetool.Language
equalsConsiderVariantsIfSpecified, getAllLanguages, getAllMaintainers, getDefaultVariant, getDisambiguationUnifier, getDisambiguator, getExternalLanguages, getLanguageForLocale, getLanguageForName, getLanguageForShortName, getLocale, getLocaleWithCountry, getRuleFileName, getShortNameWithVariant, getTranslatedName, getUnifier, getWordTokenizer, hasVariant, isExternal, isLanguageSupported, isVariant, reInit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Slovak

public Slovak()
Method Detail

getName

public String getName()
Specified by:
getName in class Language

getShortName

public String getShortName()
Specified by:
getShortName in class Language

getCountryVariants

public String[] getCountryVariants()
Specified by:
getCountryVariants in class Language

getUnpairedRuleStartSymbols

public String[] getUnpairedRuleStartSymbols()
Overrides:
getUnpairedRuleStartSymbols in class Language

getUnpairedRuleEndSymbols

public String[] getUnpairedRuleEndSymbols()
Overrides:
getUnpairedRuleEndSymbols in class Language

getTagger

public Tagger getTagger()
Overrides:
getTagger in class Language

getSynthesizer

public Synthesizer getSynthesizer()
Overrides:
getSynthesizer in class Language

getSentenceTokenizer

public SentenceTokenizer getSentenceTokenizer()
Overrides:
getSentenceTokenizer in class Language

getMaintainers

public Contributor[] getMaintainers()
Specified by:
getMaintainers in class Language

getRelevantRules

public List<Class<? extends Rule>> getRelevantRules()
Specified by:
getRelevantRules in class Language


Copyright © 2013. All Rights Reserved.