Package org.languagetool.chunking
Class RussianChunker
java.lang.Object
org.languagetool.chunking.RussianChunker
- All Implemented Interfaces:
Chunker
A rule-based prototype Russian chunker. Please note that this chunker
has not been evaluated as a stand-alone chunker, it has only been used
in the context of LanguageTool's error detection rules.
- Since:
- 5.6
- Author:
- Yakov Reztsov Based on idea of German LanguageTool Сhunker.
-
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
-
RussianChunker
public RussianChunker()
-
-
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
-