Resource punkt not found
程序员文章站
2022-04-12 17:46:07
...
LookupError:
**********************************************************************
Resource punkt not found.
Please use the NLTK Downloader to obtain the resource:
>>> import nltk
>>> nltk.download('punkt')
For more information see: https://www.nltk.org/data.html
Attempted to load tokenizers/punkt/english.pickle
Searched in:
- 'C:\\Users\\cunzhang/nltk_data'
- 'D:\\Anaconda\\nltk_data'
- 'D:\\Anaconda\\share\\nltk_data'
- 'D:\\Anaconda\\lib\\nltk_data'
- 'C:\\Users\\cunzhang\\AppData\\Roaming\\nltk_data'
- 'C:\\nltk_data'
- 'D:\\nltk_data'
- 'E:\\nltk_data'
- ''
**********************************************************************
1去官网找到punkt包
2解压到D:\nltk_data\tokenizers下 由于解压提取文件时我犯了一个错,出现两个punkt文件夹,这样也是不行的 需要删掉一个
推荐阅读
-
使用HttpHanlder处理404:File not found的问题
-
android Studio调试出现USB device not found怎么办?
-
Zend Framework教程之Resource Autoloading用法实例
-
详解ASP.NET Core 处理 404 Not Found
-
spring boot 打jar包,获取resource路径下的文件
-
Spring MVC 404 Not Found无错误日志的解决方法
-
404 not found是什么意思?为什么会出现404 not found页面以及如何解决?
-
notfound是什么意思(404not found恢复方法)
-
JSP 中Spring的Resource类读写中文Properties实例代码
-
Spring框架中 @Autowired 和 @Resource 注解的区别