|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStemmer
Simple lemmatization engine transforming an inflected form of a word to its base form or some other unique token.
| Method Summary | |
|---|---|
CharSequence |
stem(CharSequence word)
Returns the base form of the provided word or null if the base form
cannot be determined. |
| Method Detail |
|---|
CharSequence stem(CharSequence word)
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.
|
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 | ||||||||