Overview of torchtext modules
mainThe torchtext library is organized into several functional modules:
torchtext.datasets: Raw text iterators for common NLP datasets.torchtext.data: Basic NLP building blocks.torchtext.transforms: Basic text-processing transformations.torchtext.models: Pre-trained models.torchtext.vocab: Vocab and Vectors related classes and factory functions.