public class GermanWordSplitter extends AbstractWordSplitter
words| Constructor and Description |
|---|
GermanWordSplitter(boolean hideInterfixCharacters) |
GermanWordSplitter(boolean hideInterfixCharacters,
File plainTextDict) |
GermanWordSplitter(boolean hideInterfixCharacters,
InputStream plainTextDict) |
GermanWordSplitter(boolean hideInterfixCharacters,
Set<String> words) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDefaultMinimumWordLength() |
protected de.danielnaber.jwordsplitter.GermanInterfixDisambiguator |
getDisambiguator() |
protected Collection<String> |
getInterfixCharacters()
Interfix elements in lowercase, e.g. at least "s" for German.
|
protected Set<String> |
getWordList() |
protected Set<String> |
getWordList(InputStream stream) |
addException, getAllSplits, getSubWords, setExceptionFile, setMaximumWordLength, setMinimumWordLength, setStrictMode, splitWord, splitWordpublic GermanWordSplitter(boolean hideInterfixCharacters)
throws IOException
IOExceptionpublic GermanWordSplitter(boolean hideInterfixCharacters,
InputStream plainTextDict)
throws IOException
IOExceptionpublic GermanWordSplitter(boolean hideInterfixCharacters,
File plainTextDict)
throws IOException
IOExceptionpublic GermanWordSplitter(boolean hideInterfixCharacters,
Set<String> words)
throws IOException
IOExceptionprotected Set<String> getWordList(InputStream stream) throws IOException
getWordList in class AbstractWordSplitterIOExceptionprotected Set<String> getWordList()
getWordList in class AbstractWordSplitterprotected de.danielnaber.jwordsplitter.GermanInterfixDisambiguator getDisambiguator()
getDisambiguator in class AbstractWordSplitterprotected int getDefaultMinimumWordLength()
getDefaultMinimumWordLength in class AbstractWordSplitterprotected Collection<String> getInterfixCharacters()
AbstractWordSplittergetInterfixCharacters in class AbstractWordSplitterCopyright © 2021. All rights reserved.