#include <StopperTransformation.hpp>
Inheritance diagram for indri::parse::StopperTransformation:

Public Member Functions | |
| StopperTransformation () | |
| StopperTransformation (const std::vector< std::string > &stopwords) | |
| StopperTransformation (const std::vector< const char * > &stopwords) | |
| StopperTransformation (const std::vector< char * > &stopwords) | |
| StopperTransformation (indri::api::Parameters &stopwords) | |
| ~StopperTransformation () | |
| void | read (const std::vector< std::string > &stopwords) |
| void | read (const std::vector< const char * > &stopwords) |
| void | read (const std::vector< char * > &stopwords) |
| void | read (const std::string &filename) |
| void | read (indri::api::Parameters &stopwords) |
| indri::api::ParsedDocument * | transform (indri::api::ParsedDocument *document) |
| void | handle (indri::api::ParsedDocument *document) |
| void | setHandler (ObjectHandler< indri::api::ParsedDocument > &handler) |
Private Types | |
| typedef hash_set< char *, hash< char * >, eqstr > | dictTable |
Private Attributes | |
| ObjectHandler< indri::api::ParsedDocument > * | _handler |
| dictTable | _table |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements indri::parse::Transformation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements indri::parse::Transformation. |
|
|
Implements indri::parse::Transformation. |
|
|
|
|
|
|
1.3.4