|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knowceans.corpus.util.StopWordFilter
public class StopWordFilter
StopWordFilter
| Field Summary | |
|---|---|
private java.util.Vector<java.lang.String> |
stoplist
|
| Constructor Summary | |
|---|---|
StopWordFilter(java.lang.String stopfile)
|
|
| Method Summary | |
|---|---|
boolean |
stop(java.lang.String word)
stop list containment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.Vector<java.lang.String> stoplist
| Constructor Detail |
|---|
public StopWordFilter(java.lang.String stopfile)
| Method Detail |
|---|
public boolean stop(java.lang.String word)
word -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||