Type Definition conllx::Sentence [] [src]

type Sentence = Vec<Token>;

A sentence with the CoNLL-X annotation layers.