edu.udo.cs.wvtool.external
Class StopWordsGerman

java.lang.Object
  extended by edu.udo.cs.wvtool.external.StopWordsGerman

public class StopWordsGerman
extends java.lang.Object


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

m_Stopwords

private static java.util.Hashtable m_Stopwords
The hashtable containing the list of stopwords


stopWords

private static java.lang.String[] stopWords
Constructor Detail

StopWordsGerman

public StopWordsGerman()
Method Detail

isStopword

public boolean isStopword(java.lang.String str)