Package org.languagetool.tagging.ru
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
-
-
Constructor Summary
Constructors Constructor Description RussianTagger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getManualAdditionsFileName()
java.lang.String
getManualRemovalsFileName()
java.util.List<org.languagetool.AnalyzedTokenReadings>
tag(java.util.List<java.lang.String> sentenceTokens)
-
-
-
Method Detail
-
getManualAdditionsFileName
public java.lang.String getManualAdditionsFileName()
- Specified by:
getManualAdditionsFileName
in classorg.languagetool.tagging.BaseTagger
-
getManualRemovalsFileName
public java.lang.String getManualRemovalsFileName()
- Overrides:
getManualRemovalsFileName
in classorg.languagetool.tagging.BaseTagger
-
tag
public java.util.List<org.languagetool.AnalyzedTokenReadings> tag(java.util.List<java.lang.String> sentenceTokens) throws java.io.IOException
- Specified by:
tag
in interfaceorg.languagetool.tagging.Tagger
- Overrides:
tag
in classorg.languagetool.tagging.BaseTagger
- Throws:
java.io.IOException
-
-