datawhalechina / llm-universe

本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/
https://datawhalechina.github.io/llm-universe/
4.9k stars 600 forks source link

notebook/C7 高级 RAG 技巧/2. 数据处理/1.多类型文档处理.ipynb 中遇到nltk问题OSError: No such file or directory: 'C:\\Users\\1\\AppData\\Roaming\\nltk_data\\tokenizers\\punkt\\PY3_tab' #138

Closed SwallowData closed 3 months ago

SwallowData commented 3 months ago

OSError: No such file or directory: 'C:\Users\1\AppData\Roaming\nltk_data\tokenizers\punkt\PY3_tab' 找不到这个包在文件中,网上下载别人的文件也没有找到PY3_tab

SwallowData commented 3 months ago

解决方法,将punkt 下面名称为PY3的文件改名为PY3_tab'