de.danielnaber.languagetool.language
Class Danish

Object
  extended by Language
      extended by Danish

public class Danish
extends Language


Field Summary
 
Fields inherited from class Language
CATALAN, DANISH, DEMO, DUTCH, ENGLISH, FRENCH, GALICIAN, GERMAN, ICELANDIC, ITALIAN, LANGUAGES, LITHUANIAN, POLISH, REAL_LANGUAGES, ROMANIAN, RUSSIAN, SLOVAK, SLOVENIAN, SPANISH, SWEDISH, UKRAINIAN
 
Constructor Summary
Danish()
           
 
Method Summary
 String[] getCountryVariants()
          Get this language's country variants, e.g.
 Locale getLocale()
          Get this language's Java locale.
 Contributor[] getMaintainers()
          Get the name(s) of the maintainer(s) for this language or null.
 String getName()
          Get this language's name in English, e.g.
 Set<String> getRelevantRuleIDs()
          Get the IDs of the global rules that should run for texts in this language or null.
 SentenceTokenizer getSentenceTokenizer()
          Get this language's sentence tokenizer implementation.
 String getShortName()
          Get this language's two character code, e.g.
 Tagger getTagger()
          Get this language's part-of-speech tagger implementation.
 
Methods inherited from class Language
getAllMaintainers, getDisambiguator, getExternalLanguages, getLanguageForName, getLanguageForShortName, getRuleFileName, getSynthesizer, getTranslatedName, getUnifier, getWordTokenizer, reInit, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Danish

public Danish()
Method Detail

getLocale

public final Locale getLocale()
Description copied from class: Language
Get this language's Java locale.

Specified by:
getLocale in class Language

getName

public final String getName()
Description copied from class: Language
Get this language's name in English, e.g. English or German.

Specified by:
getName in class Language
Returns:
String - language name

getShortName

public final String getShortName()
Description copied from class: Language
Get this language's two character code, e.g. en for English.

Specified by:
getShortName in class Language
Returns:
String - language code

getCountryVariants

public final String[] getCountryVariants()
Description copied from class: Language
Get this language's country variants, e.g. US or PL.

Specified by:
getCountryVariants in class Language
Returns:
String[] - array of country variants for the language.

getTagger

public final Tagger getTagger()
Description copied from class: Language
Get this language's part-of-speech tagger implementation.

Overrides:
getTagger in class Language

getSentenceTokenizer

public SentenceTokenizer getSentenceTokenizer()
Description copied from class: Language
Get this language's sentence tokenizer implementation.

Overrides:
getSentenceTokenizer in class Language

getMaintainers

public final Contributor[] getMaintainers()
Description copied from class: Language
Get the name(s) of the maintainer(s) for this language or null.

Specified by:
getMaintainers in class Language

getRelevantRuleIDs

public final Set<String> getRelevantRuleIDs()
Description copied from class: Language
Get the IDs of the global rules that should run for texts in this language or null.

Specified by:
getRelevantRuleIDs in class Language


Copyright © 2005-2009 Daniel Naber