| DeSR Dependency Parser |
#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 |
Definition at line 78 of file SentenceReader.h.
| 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. |