org.carrot2.text.linguistic.lucene
Class ArabicStemmerAdapter

java.lang.Object
  extended by org.carrot2.text.linguistic.lucene.ArabicStemmerAdapter
All Implemented Interfaces:
IStemmer

public class ArabicStemmerAdapter
extends Object
implements IStemmer

Adapter to lucene-contrib Arabic analyzers.


Constructor Summary
ArabicStemmerAdapter()
           
 
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

ArabicStemmerAdapter

public ArabicStemmerAdapter()
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