Package de.danielnaber.jwordsplitter
Class EmbeddedGermanDictionary
- java.lang.Object
-
- de.danielnaber.jwordsplitter.EmbeddedGermanDictionary
-
public final class EmbeddedGermanDictionary extends java.lang.ObjectA singleton that returns always the same words of the embedded dictionary.- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringSERIALIZED_DICTprivate static java.util.Set<java.lang.String>words
-
Constructor Summary
Constructors Modifier Constructor Description privateEmbeddedGermanDictionary()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<java.lang.String>getWords()
-
-
-
Field Detail
-
SERIALIZED_DICT
private static final java.lang.String SERIALIZED_DICT
- See Also:
- Constant Field Values
-
words
private static java.util.Set<java.lang.String> words
-
-