torchtext - PyPI
https://pypi.org/project/torchtext15.12.2021 · torchtext. This repository consists of: torchtext.datasets: The raw text iterators for common NLP datasets; torchtext.data: Some basic NLP building blocks (tokenizers, metrics, functionals etc.); torchtext.nn: NLP related modules; torchtext.vocab: Vocab and Vectors related classes and factory functions; examples: Example NLP workflows with PyTorch and torchtext …
GitHub - pytorch/text: Data loaders and abstractions for ...
https://github.com/pytorch/texttorchtext. This repository consists of: torchtext.datasets: The raw text iterators for common NLP datasets; torchtext.data: Some basic NLP building blocks (tokenizers, metrics, functionals etc.); torchtext.nn: NLP related modules; torchtext.vocab: Vocab and Vectors related classes and factory functions; examples: Example NLP workflows with PyTorch and torchtext library.
torchtext.data — torchtext 0.8.1 documentation
https://pytorch.org/text/0.8.1/data.htmlDataset ¶ class torchtext.data.Dataset (examples, fields, filter_pred=None) [source] ¶. Defines a dataset composed of Examples along with its Fields. Variables ~Dataset.sort_key (callable) – A key to use for sorting dataset examples for batching together examples with similar lengths to minimize padding. ~Dataset.examples (list()) – The examples in this dataset.
torchtext — torchtext 0.11.0 documentation
https://pytorch.org/text/stabletorchtext. This library is part of the PyTorch project. PyTorch is an open source machine learning framework. Features described in this documentation are classified by release status: Stable: These features will be maintained long-term and there should generally be no major performance limitations or gaps in documentation.