|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--spider.util.Stopper
The class Stopper is used to remove stop words
| Constructor Summary | |
Stopper(java.lang.String stopWordsFile)
|
|
| Method Summary | |
boolean |
isStopWord(java.lang.String word)
|
java.lang.String |
stopString(java.lang.String text)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Stopper(java.lang.String stopWordsFile)
| Method Detail |
public boolean isStopWord(java.lang.String word)
public java.lang.String stopString(java.lang.String text)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||