BEA Systems, Inc.

com.beasys.commerce.axiom.util
Class StopWords

java.lang.Object
  |
  +--com.beasys.commerce.axiom.util.StopWords

public class StopWords
extends java.lang.Object


Field Summary
protected static StopWords instance
           
protected static java.util.HashSet words
           
 
Constructor Summary
protected StopWords()
           
 
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

words

protected static java.util.HashSet words

instance

protected static StopWords instance
Constructor Detail

StopWords

protected StopWords()
Method Detail

getInstance

public static StopWords getInstance()

isStopWord

public boolean isStopWord(java.lang.String word)

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved