com.jeffpalm.util
Class StopWords

java.lang.Object
  extended by com.jeffpalm.util.StopWords

public final class StopWords
extends java.lang.Object


Field Summary
static StopWords instance
           
 
Method Summary
static StopWords getInstance()
           
 boolean isStopWord(java.lang.String word)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static StopWords instance
Method Detail

getInstance

public static StopWords getInstance()

isStopWord

public final boolean isStopWord(java.lang.String word)