Metadata-Version: 2.1
Name: touchtext
Version: 0.1.3
Summary: A subset APIs replacement of torchtext, as torchtext is retired since 0.18.0 and only support pytorch 2.3.1.
Home-page: https://github.com/hailiang-wang/touchtext
Author: Torchtext Team, Hai Liang W.
Author-email: hailiang.hl.wang@gmail.com
License: MIT License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: torch>=2.10.0
Requires-Dist: tqdm


touchtext
---------------------

* PyPi https://pypi.org/project/touchtext/
* Sourcecode https://github.com/hailiang-wang/touchtext

A subset APIs replacement of torchtext, as torchtext is retired since 0.18.0 and only support pytorch 2.3.1.

```
pip install touchtext
```

# License
Copyright 2025, Hai Liang W., MIT License
Copyright 2024, Torchtext Team, BSD 3-Clause "New" or "Revised" License

