Basic NLP with PyTorch Text
dzlab.github.io › pytorch › basic-nlp-pytorch-textJan 06, 2020 · PyTorch Text is a PyTorch package with a collection of text data processing utilities, it enables to do basic NLP tasks within PyTorch. It provides the following capabilities: Defining a text preprocessing pipeline: tokenization, lowecasting, etc. Building Batches and Datasets, and spliting them into (train, validation, test)