7 #ifndef WORDLISTLOADER_H
8 #define WORDLISTLOADER_H
29 static HashSet<String> getWordSet(
const String& wordfile,
const String& comment = EmptyString);
44 static MapStringString getStemDict(
const String& wordstemfile);
boost::shared_ptr< Reader > ReaderPtr
Definition: LuceneTypes.h:547
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Loader for text files that represent a list of stopwords.
Definition: WordlistLoader.h:15