Class GermanChunker

java.lang.Object
org.languagetool.chunking.GermanChunker
All Implemented Interfaces:
org.languagetool.chunking.Chunker

public class GermanChunker extends Object implements org.languagetool.chunking.Chunker
A rule-based German chunker for noun phrases. Please note that this chunker has not been evaluated as a stand-alone chunker, it has only been used and tested in the context of LanguageTool's error detection rules.
Since:
2.9
  • Constructor Details

    • GermanChunker

      public GermanChunker()
  • Method Details

    • setDebug

      public static void setDebug(boolean debugMode)
      Deprecated.
      for internal use only
    • isDebug

      public static boolean isDebug()
      Deprecated.
      for internal use only
    • addChunkTags

      public void addChunkTags(List<org.languagetool.AnalyzedTokenReadings> tokenReadings)
      Specified by:
      addChunkTags in interface org.languagetool.chunking.Chunker