#include <TextDocumentExtractor.hpp>
Inheritance diagram for indri::parse::TextDocumentExtractor:
Public Member Functions | |
void | open (const std::string &filename) |
UnparsedDocument * | nextDocument () |
void | close () |
Private Attributes | |
std::string | _filename |
UnparsedDocument | _document |
indri::utility::Buffer | _buffer |
std::ifstream | _in |
|
Implements indri::parse::DocumentIterator. |
|
Implements indri::parse::DocumentIterator. |
|
Implements indri::parse::DocumentIterator. |
|
|
|
|
|
|
|
|