https://github.com/pytorch/text/blob/master/torchtext/datasets/text_classific...
Выполняется кодом:
train_dataset, test_dataset = text_classification.DATASETS['AG_NEWS'](
root='./.data', ngrams=NGRAMS, vocab=None)
Как DATASETS[]() вызывается?