赞
踩
我用的是anaconda,自带nltk,但是没有扩展语料库,需要通过nltk.download()进行下载。
运行后,直接提示WinError 10060(也可能是其他错误信息),然后下载器直接未响应。
网上各种解决方案,看的人头晕,表达都是一个意思,离线下载安装。
还给了两个地址,分别是:
地址1:
https://github.com/nltk/nltk_data # 有时候打不开,需要架梯子,只需下载packages文件夹
地址2:
http://www.nltk.org/nltk_data/ # 有时候打不开,需要架梯子
在dos下先进入python,然后输入import nltk.book,出现如下报错:
>>>import nltk.book
*** Introductory Examples for the NLTK Book ***
Loading text1, ..., text9 and sent1, ..., sent9
Type the name of the text or sentence to view it.
Type: 'texts()' or 'sents()' to list the materials.
Traceback
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。