edu.cmu.minorthird.text
Class StopWords

java.lang.Object
  extended by edu.cmu.minorthird.text.StopWords

public class StopWords
extends java.lang.Object

Builtin stoplist words (from SMART)

Author:
Edoardo Airoldi

Field Summary
static java.lang.String[] LONG
           
static java.lang.String[] SHORT
           
 
Constructor Summary
StopWords()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LONG

public static final java.lang.String[] LONG

SHORT

public static final java.lang.String[] SHORT
Constructor Detail

StopWords

public StopWords()