Class 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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.Set<java.lang.String> extendedList()  
      • 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 Detail

      • ExtendedGermanWordSplitter

        ExtendedGermanWordSplitter​(boolean hideInterfixCharacters)
                            throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • extendedList

        static java.util.Set<java.lang.String> extendedList()