|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StopWordTable | |
gov.nist.nlpir.irf.de | classes and interfaces that model data elements - parts of documents |
gov.nist.nlpir.irf.de.normalize | classes that support stemming, stopword removal, etc. |
gov.nist.nlpir.irf.irfman | classes that provide high-level management of information retrieval application resources |
Uses of StopWordTable in gov.nist.nlpir.irf.de |
Fields in gov.nist.nlpir.irf.de declared as StopWordTable | |
protected static StopWordTable |
DeString.stopWordTable
Working local alias for global stop word table to avoid repeated method calls |
Uses of StopWordTable in gov.nist.nlpir.irf.de.normalize |
Subclasses of StopWordTable in gov.nist.nlpir.irf.de.normalize | |
class |
EngStopWordTable01
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. |
Uses of StopWordTable in gov.nist.nlpir.irf.irfman |
Fields in gov.nist.nlpir.irf.irfman declared as StopWordTable | |
static StopWordTable |
IrfGlobal.gStopWordTable
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |