|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.util.Stemming
public final class Stemming
Simple stemming algorithm, derived from Porter [1980], An algorithm for suffix stripping.
| Constructor Summary | |
|---|---|
Stemming()
|
|
| Method Summary | |
|---|---|
void |
word()
Stems the current word. |
byte[] |
word(byte[] str)
Stems the specified word. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stemming()
| Method Detail |
|---|
public byte[] word(byte[] str)
str - word to be stemmed
public void word()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||