public final class StemDir extends TokenMap
| Constructor and Description |
|---|
StemDir() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
read(IO fl)
Reads a stop words file.
|
byte[] |
stem(byte[] word)
Returns a stemmed word or the word itself.
|
public boolean read(IO fl)
fl - file referencepublic byte[] stem(byte[] word)
word - word to be stemmed