Class LuceneSnowballStemmerAdapter

  • All Implemented Interfaces:
    org.carrot2.language.Stemmer

    public final class LuceneSnowballStemmerAdapter
    extends java.lang.Object
    implements org.carrot2.language.Stemmer
    An adapter converting Snowball programs into Stemmer interface.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.CharSequence stem​(java.lang.CharSequence word)  
      • Methods inherited from class java.lang.Object

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

      • LuceneSnowballStemmerAdapter

        public LuceneSnowballStemmerAdapter​(org.tartarus.snowball.SnowballProgram s)
    • Method Detail

      • stem

        public java.lang.CharSequence stem​(java.lang.CharSequence word)
        Specified by:
        stem in interface org.carrot2.language.Stemmer