gov.nist.nlpir.irf.de.normalize
Class EngStopWordTable01

java.lang.Object
  |
  +--gov.nist.nlpir.irf.de.normalize.StopWordTable
        |
        +--gov.nist.nlpir.irf.de.normalize.EngStopWordTable01

public class EngStopWordTable01
extends StopWordTable

This class implements a particular table of unique stop word strings based on a file of stop words (eng_stopwords.txt) used by FIRE/appl

NOTE: entries are lowercased before addition and words to be looked up are lowercased first.

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Fields inherited from class gov.nist.nlpir.irf.de.normalize.StopWordTable
EOF, table
 
Constructor Summary
EngStopWordTable01()
          Constructs an new stopword table
 
Methods inherited from class gov.nist.nlpir.irf.de.normalize.StopWordTable
addWord, containsWord, present, removeWord, size
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

EngStopWordTable01

public EngStopWordTable01()
Constructs an new stopword table