|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.util.hash.ASet
org.basex.util.hash.TokenSet
org.basex.util.hash.TokenMap
org.basex.util.ft.StemDir
public final class StemDir
Simple stemming directory for full-text requests.
Field Summary |
---|
Fields inherited from class org.basex.util.hash.TokenSet |
---|
keys |
Fields inherited from class org.basex.util.hash.ASet |
---|
bucket, next, size |
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.hash.TokenMap |
---|
delete, get, put, put, rehash, toString, values |
Methods inherited from class org.basex.util.hash.TokenSet |
---|
add, add, clear, contains, hash, id, iterator, key, put, read, write |
Methods inherited from class org.basex.util.hash.ASet |
---|
checkSize, isEmpty, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 |