Introduction
本文主要介绍如何使用Torchtext读取文本数据集。
Torchtext是非官方的、一种为pytorch提供文本数据处理能力的库, 类似于图像处理库Torchvision。
Install
下载地址:https://github.com/text
安装:pip install text-master.zip
测试安装是否成功: import torchtext
---------------------
作者:Greeksilverfir
来源:优快云
原文:https://blog.youkuaiyun.com/weixin_43896398/article/details/85559891
版权声明:本文为博主原创文章,转载请附上博文链接!