#include <Stopper.hpp>
Inheritance diagram for lemur::api::Stopper:

Public Member Functions | |
| Stopper () | |
| Stopper (const string &filename) | |
| bool | stopWord (const char *word) const |
| Checks to see if a word is a stopword. | |
| char * | handleWord (char *word) |
| void | writePropertyList (lemur::parse::PropertyList *list) const |
| Write out the properties associated with this TextHandler into the given list. | |
Static Public Attributes | |
| const string | category = "stopper" |
| const string | identifier = "stopper" |
|
|
|
|
|
Create the stopword list, loading it from file. One word per line. |
|
|
Will replace stopwords with a NULL pointer. Words not in the stopword list are passed on as is. Reimplemented from lemur::api::TextHandler. |
|
|
Checks to see if a word is a stopword.
|
|
|
Write out the properties associated with this TextHandler into the given list.
Reimplemented from lemur::api::TextHandler. |
|
|
Reimplemented from lemur::api::TextHandler. |
|
|
Reimplemented from lemur::api::TextHandler. |
1.3.4