| Tanl Linguistic Pipeline |
Reader of sentences in CoNLL format: one token per line, attributes tab separated. More...
#include <SentenceReader.h>
Public Member Functions | |
| ConllXSentenceReader (std::istream *is, Corpus *corpus) | |
Creates a new SentenceReader. | |
| bool | MoveNext () |
| Return true if there is another sentence available. | |
Public Attributes | |
| MorphExtractor const & | morphExtractor |
Reader of sentences in CoNLL format: one token per line, attributes tab separated.
| Tanl::ConllXSentenceReader::ConllXSentenceReader | ( | std::istream * | is, | |
| Corpus * | corpus | |||
| ) |
Creates a new SentenceReader.
| is | the stream containing the annotated sentences. | |
| corpus | Corpus to which the sentences belong. |