[][src]Module conllu::io

CoNLL-U format reader and writers.

Structs

PartitioningWriter

A writer for CoNLL-U sentences that partitions incoming objects among multiple writers.

Reader

A reader for CoNLL-U sentences.

Sentences

An iterator over the sentences in a Reader.

Writer

A writer for CoNLL-U sentences.

Traits

ReadSentence

A trait for objects that can read CoNLL-U Sentences

WriteSentence

A trait for objects that can write CoNLL-U Sentences.