Module conllx::io

source ·
Expand description

CoNLL-X format reader and writers.

Structs

A writer for CoNLL-X sentences that partitions incoming objects among multiple writers.
A reader for CoNLL-X sentences.
An iterator over the sentences in a Reader.
A writer for CoNLL-X sentences.

Traits

A trait for objects that can read CoNLL-X Sentences
A trait for objects that can write CoNLL-X Sentences.