allennlp.data.dataset_readersΒΆ

A DatasetReader reads a file and converts it to a collection of Instance s. The various subclasses know how to read specific filetypes and produce datasets in the formats required by specific models.