com.raritantechnologies.concept.keywordAnalyzer
Class StopWords

java.lang.Object
  extended bycom.raritantechnologies.concept.keywordAnalyzer.StopWords

public class StopWords
extends java.lang.Object


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

Constructor Detail

StopWords

public StopWords()
Method Detail

isStopWord

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