|
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.morfologik.MorfologikStemmerAdapter
public class MorfologikStemmerAdapter
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 |
|---|
public MorfologikStemmerAdapter()
| 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 | ||||||||