#include <PDict.hpp>
Inheritance diagram for lemur::dictionary::StopwordDictEntryFilter:
Public Member Functions | |
StopwordDictEntryFilter (const string &stopwords) | |
Initialize the Stopper to use. | |
bool | accept (const DictEntry &entry) const |
Accept or reject an entry based on type. | |
Private Attributes | |
lemur::api::Stopper * | stopper |
|
Initialize the Stopper to use.
|
|
Accept or reject an entry based on type.
Implements lemur::dictionary::DictEntryFilter. |
|
|