Struct conllx::Reader [] [src]

pub struct Reader<R> { /* fields omitted */ }

A reader for CoNLL-X sentences.

Methods

impl<R: BufRead> Reader<R>
[src]

[src]

Construct a new reader from an object that implements the io::BufRead trait.

Trait Implementations

impl<R: BufRead> IntoIterator for Reader<R>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<R: BufRead> ReadSentence for Reader<R>
[src]

[src]

Read a Sentence from this object. Read more

[src]

Get an iterator over the sentences in this reader.