Class GermanCompoundTokenizer.ExtendedGermanWordSplitter

java.lang.Object
de.danielnaber.jwordsplitter.AbstractWordSplitter
de.danielnaber.jwordsplitter.GermanWordSplitter
org.languagetool.tokenizers.de.GermanCompoundTokenizer.ExtendedGermanWordSplitter
Enclosing class:
GermanCompoundTokenizer

static class GermanCompoundTokenizer.ExtendedGermanWordSplitter extends de.danielnaber.jwordsplitter.GermanWordSplitter
  • Field Summary

    Fields inherited from class de.danielnaber.jwordsplitter.AbstractWordSplitter

    words
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExtendedGermanWordSplitter(boolean hideInterfixCharacters)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static Set<String>
     

    Methods inherited from class de.danielnaber.jwordsplitter.GermanWordSplitter

    getDefaultMinimumWordLength, getDisambiguator, getInterfixCharacters, getWordList, getWordList

    Methods inherited from class de.danielnaber.jwordsplitter.AbstractWordSplitter

    addException, getAllSplits, getSubWords, setExceptionFile, setMaximumWordLength, setMinimumWordLength, setStrictMode, splitWord, splitWord

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExtendedGermanWordSplitter

      ExtendedGermanWordSplitter(boolean hideInterfixCharacters) throws IOException
      Throws:
      IOException
  • Method Details

    • extendedList

      static Set<String> extendedList()