Package zombie.profanity.locales
Class LocaleGerman
java.lang.Object
zombie.profanity.locales.Locale
zombie.profanity.locales.LocaleEnglish
zombie.profanity.locales.LocaleGerman
public class LocaleGerman extends LocaleEnglish
-
Field Summary
Fields inherited from class zombie.profanity.locales.Locale
filterWords, id, pattern, phoneticRules, phonizers, storeVowelsAmount, whitelistWords
-
Constructor Summary
Constructors Constructor Description LocaleGerman(java.lang.String string)
-
Method Summary
Modifier and Type Method Description protected void
Init()
Methods inherited from class zombie.profanity.locales.Locale
addFilterWord, addPhonizer, addWhiteListWord, filterWord, finalizeData, getFilterWordsCount, getID, getPhoneticRules, loadFilterWords, loadWhiteListWords, phonizeWord, removeFilterWord, removeWhiteListWord, returnMatchSetForWord, returnPhonizedWord
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LocaleGerman
public LocaleGerman(java.lang.String string)
-
-
Method Details
-
Init
protected void Init()- Overrides:
Init
in classLocaleEnglish
-