Tanl Linguistic Pipeline |
Read a corpus and iterate over it returning one sentence at time. More...
#include <SentenceReader.h>
Public Member Functions | |
DgaSentenceReader (std::istream *is, Corpus *corpus) | |
Creates a new DgaSentenceReader . | |
bool | MoveNext () |
Return true if there is another sentence available. |
Read a corpus and iterate over it returning one sentence at time.
Tanl::DgaSentenceReader::DgaSentenceReader | ( | std::istream * | is, | |
Corpus * | corpus | |||
) |
Creates a new DgaSentenceReader
.
is | the sream containing the annotated sentences. |