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

Public Methods | |
| StopperTransformation () | |
| StopperTransformation (const std::vector< std::string > &stopwords) | |
| StopperTransformation (const std::vector< const char * > &stopwords) | |
| StopperTransformation (const std::vector< char * > &stopwords) | |
| StopperTransformation (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 (Parameters &stopwords) |
| ParsedDocument * | transform (ParsedDocument *document) |
| void | handle (ParsedDocument *document) |
| void | setHandler (ObjectHandler< ParsedDocument > &handler) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements Transformation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements Transformation. |
|
|
Implements Transformation. |
1.2.18