Tanl Linguistic Pipeline |
Reads sentences from a queue in memory. More...
#include <SentenceReader.h>
Public Member Functions | |
SentenceQueueReader (std::deque< Sentence * > &vs) | |
bool | MoveNext () |
Advances to the next element of the collection. | |
Sentence * | Current () |
void | reset () |
Reads sentences from a queue in memory.
Sentence* Tanl::SentenceQueueReader::Current | ( | ) | [inline, virtual] |
Implements Tanl::Enumerator< Sentence * >.
bool Tanl::SentenceQueueReader::MoveNext | ( | ) | [inline, virtual] |
Advances to the next element of the collection.
Implements Tanl::Enumerator< Sentence * >.