#include <TextParser.hpp>
Inheritance diagram for TextParser:
Public Methods | |
TextParser () | |
~TextParser () | |
ParsedDocument * | parse (UnparsedDocument *document) |
void | handle (UnparsedDocument *document) |
void | setHandler (ObjectHandler< ParsedDocument > &h) |
void | setTags (const std::vector< std::string > &include, const std::vector< std::string > &exclude, const std::vector< std::string > &index, const std::vector< std::string > &metadata, const std::map< std::string, std::string > &conflations) |
Protected Methods | |
void | writeToken (char *token) |
void | writeToken (char *token, int start, int end) |
Protected Attributes | |
Buffer | _termBuffer |
|
|
|
|
|
Implements indri::Parser. |
|
Implements indri::Parser. |
|
Implements indri::Parser. |
|
Implements indri::Parser. |
|
|
|
|
|
|