#include <PDict.hpp>
Inheritance diagram for StopwordDictEntryFilter:
Public Methods | |
StopwordDictEntryFilter (const string &stopwords) | |
Initialize the Stopper to use. | |
bool | accept (const DictEntry &entry) const |
Accept or reject an entry based on type. |
|
Initialize the Stopper to use.
|
|
Accept or reject an entry based on type.
Implements DictEntryFilter. |