Class RussianChunker

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

@Experimental public class RussianChunker extends Object implements 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 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

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