|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.Stopwords
Class that can test whether a given string is a stop word. Lowercases all words before the test.
Field Summary | |
private static java.util.Hashtable |
m_Stopwords
The hashtable containing the list of stopwords |
Constructor Summary | |
Stopwords()
|
Method Summary | |
static boolean |
isStopword(java.lang.String str)
Returns true if the given string is a stop word. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static java.util.Hashtable m_Stopwords
Constructor Detail |
public Stopwords()
Method Detail |
public static boolean isStopword(java.lang.String str)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |