Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef WORDLISTLOADER_H
8 #define WORDLISTLOADER_H
44 static MapStringString
getStemDict(
const String& wordstemfile);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
static HashSet< String > getWordSet(const String &wordfile, const String &comment=EmptyString)
Loads a text file and adds every line as an entry to a HashSet (omitting leading and trailing whitesp...
static MapStringString getStemDict(const String &wordstemfile)
Reads a stem dictionary. Each line contains:
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
virtual ~WordlistLoader()
Loader for text files that represent a list of stopwords.
Definition: WordlistLoader.h:15
static HashSet< String > getWordSet(const ReaderPtr &reader, const String &comment=EmptyString)
Loads a text file and adds every line as an entry to a HashSet (omitting leading and trailing whitesp...
clucene.sourceforge.net