Struct conllx::DisplaySentence [] [src]

pub struct DisplaySentence<'a>(pub &'a Sentence);

This data type is a small wrapper around Vec<Token> that implements the Display trait. The sentence will formatted in CoNLL-X format.

Trait Implementations

impl<'a> Display for DisplaySentence<'a>
[src]

[src]

Formats the value using the given formatter. Read more