org.carrot2.text.linguistic.morfologik
Class MorfologikStemmerAdapter

java.lang.Object
  extended by org.carrot2.text.linguistic.morfologik.MorfologikStemmerAdapter
All Implemented Interfaces:
IStemmer

public class MorfologikStemmerAdapter
extends Object
implements IStemmer

Adapter to Morfologik stemmer.


Constructor Summary
MorfologikStemmerAdapter()
           
 
Method Summary
 CharSequence stem(CharSequence word)
          Returns the base form of the provided word or null if the base form cannot be determined.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MorfologikStemmerAdapter

public MorfologikStemmerAdapter()
Method Detail

stem

public CharSequence stem(CharSequence word)
Description copied from interface: IStemmer
Returns the base form of the provided word or null if the base form cannot be determined. In the latter case, the base form will be assumed to be the same as the original word.

Specified by:
stem in interface IStemmer


Copyright (c) Dawid Weiss, Stanislaw Osinski