Package org.languagetool.chunking
Class GermanChunker
java.lang.Object
org.languagetool.chunking.GermanChunker
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChunkTags(List<AnalyzedTokenReadings> tokenReadings) static booleanisDebug()Deprecated.for internal use onlystatic voidsetDebug(boolean debugMode) Deprecated.for internal use only
-
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
- Specified by:
addChunkTagsin interfaceChunker
-