|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.utils.Words
public class Words
Constructor Summary | |
---|---|
Words()
|
Method Summary | |
---|---|
static java.util.Set<java.lang.String> |
getStopWords()
|
static void |
initialize(java.io.File stopWordsFile,
java.io.File nonSearchableSymbols)
|
static boolean |
isSearchable(java.lang.String word)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Words()
Method Detail |
---|
public static void initialize(java.io.File stopWordsFile, java.io.File nonSearchableSymbols)
public static boolean isSearchable(java.lang.String word)
public static java.util.Set<java.lang.String> getStopWords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |