|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStemmer
A generic "stemmer" interface in Morfologik.
Method Summary | |
---|---|
java.util.List<WordData> |
lookup(java.lang.CharSequence word)
Returns a list of WordData entries for a given word. |
Method Detail |
---|
java.util.List<WordData> lookup(java.lang.CharSequence word)
WordData
entries for a given word. The returned
list is never null
. Depending on the stemmer's
implementation the WordData
may carry the stem and additional
information (tag) or just the stem.
The returned list and any object it contains are not usable after a subsequent call to this method. Any data that should be stored in between must be copied by the caller.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |