Class MalayalamTagger

  • All Implemented Interfaces:
    org.languagetool.tagging.Tagger

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

      • Fields inherited from class org.languagetool.tagging.BaseTagger

        conversionLocale, wordTagger
    • Constructor Summary

      Constructors 
      Constructor Description
      MalayalamTagger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getManualAdditionsFileName()  
      • 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 Detail

      • MalayalamTagger

        public MalayalamTagger()
    • Method Detail

      • getManualAdditionsFileName

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