Class RomanianTagger

java.lang.Object
org.languagetool.tagging.BaseTagger
org.languagetool.tagging.ro.RomanianTagger
All Implemented Interfaces:
org.languagetool.tagging.Tagger

public class RomanianTagger extends org.languagetool.tagging.BaseTagger
Romanian Part-of-speech tagger
  • Field Summary

    Fields inherited from class org.languagetool.tagging.BaseTagger

    conversionLocale, wordTagger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.languagetool.tagging.BaseTagger

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

    Methods inherited from class java.lang.Object

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

    • RomanianTagger

      public RomanianTagger()
    • RomanianTagger

      RomanianTagger(String dictPath)
  • Method Details

    • getManualAdditionsFileName

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