Class RussianTagger

java.lang.Object
org.languagetool.tagging.BaseTagger
org.languagetool.tagging.ru.RussianTagger
All Implemented Interfaces:
org.languagetool.tagging.Tagger

public class RussianTagger extends org.languagetool.tagging.BaseTagger
Part-of-speech tagger. Russian dictionary originally developed by www.aot.ru and licensed under LGPL. See readme.txt for details, the POS tagset is described in tagset.txt
  • Field Summary

    Fields inherited from class org.languagetool.tagging.BaseTagger

    conversionLocale, wordTagger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    List<org.languagetool.AnalyzedTokenReadings>
    tag(List<String> sentenceTokens)
     

    Methods inherited from class org.languagetool.tagging.BaseTagger

    additionalTags, asAnalyzedToken, asAnalyzedTokenList, asAnalyzedTokenListForTaggedWords, createNullToken, createToken, getAnalyzedTokens, getDictionary, getDictionaryPath, getWordTagger, overwriteWithManualTagger

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RussianTagger

      public RussianTagger()
  • Method Details

    • getManualAdditionsFileName

      public String getManualAdditionsFileName()
      Specified by:
      getManualAdditionsFileName in class org.languagetool.tagging.BaseTagger
    • getManualRemovalsFileName

      public String getManualRemovalsFileName()
      Overrides:
      getManualRemovalsFileName in class org.languagetool.tagging.BaseTagger
    • tag

      public List<org.languagetool.AnalyzedTokenReadings> tag(List<String> sentenceTokens) throws IOException
      Specified by:
      tag in interface org.languagetool.tagging.Tagger
      Overrides:
      tag in class org.languagetool.tagging.BaseTagger
      Throws:
      IOException