Please use the NLTK Downloader to obtain the resource:
时间:2020-11-28 12:32:14
收藏:0
阅读:19
解决如下:原因在于缺少一个模块
window 下
>>>python
>>> import nltk
>>> nltk.download(‘punkt‘)
原文:https://www.cnblogs.com/liweikuan/p/14051968.html
评论(0)