edu.northwestern.at.utils.corpuslinguistics.stopwords
Class DefaultStopWords

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.stopwords.BaseStopWords
      extended by edu.northwestern.at.utils.corpuslinguistics.stopwords.PorterStopWords
          extended by edu.northwestern.at.utils.corpuslinguistics.stopwords.DefaultStopWords
All Implemented Interfaces:
StopWords

public class DefaultStopWords
extends PorterStopWords

Default stop word list.

We use Martin Porter's stop word list as the default.


Field Summary
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.stopwords.PorterStopWords
porterStopWordsSet
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.stopwords.BaseStopWords
stopWordsSet
 
Constructor Summary
DefaultStopWords()
           
 
Method Summary
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.stopwords.BaseStopWords
addStopWord, addStopWords, getStopWords, isStopWord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.northwestern.at.utils.corpuslinguistics.stopwords.StopWords
getStopWords, isStopWord
 

Constructor Detail

DefaultStopWords

public DefaultStopWords()