|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.util.Set
org.basex.util.Map<byte[]>
org.basex.query.ft.StemDir
public final class StemDir
Simple stemming directory for full-text requests.
| Constructor Summary | |
|---|---|
StemDir()
|
|
| Method Summary | |
|---|---|
boolean |
read(IO fl)
Reads a stop words file. |
byte[] |
stem(byte[] word)
Returns a stemmed word or the word itself. |
| Methods inherited from class org.basex.util.Map |
|---|
add, get, value |
| Methods inherited from class org.basex.util.Set |
|---|
add, delete, id, key, keys, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StemDir()
| Method Detail |
|---|
public boolean read(IO fl)
fl - file reference
public byte[] stem(byte[] word)
word - word to be stemmed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||