|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.text.linguistic.lucene.ArabicStemmerAdapter
public class ArabicStemmerAdapter
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 |
|---|
public ArabicStemmerAdapter()
| Method Detail |
|---|
public CharSequence stem(CharSequence word)
IStemmernull 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.
stem in interface IStemmer
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||