|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.wvtool.external.StopWordsGerman
public class StopWordsGerman
Field Summary | |
---|---|
private static java.util.Hashtable |
m_Stopwords
The hashtable containing the list of stopwords |
private static java.lang.String[] |
stopWords
|
Constructor Summary | |
---|---|
StopWordsGerman()
|
Method Summary | |
---|---|
boolean |
isStopword(java.lang.String str)
|
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
private static java.lang.String[] stopWords
Constructor Detail |
---|
public StopWordsGerman()
Method Detail |
---|
public boolean isStopword(java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |