文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

NLTK安装错误怎么解决

2023-07-06 04:40

关注

今天小编给大家分享一下NLTK安装错误怎么解决的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来了解一下吧。

成功解决NLTK包的安装错误

  1. 创建环境NLP_Pre_trainl环境

conda create -n NLP_Pre_train python=3.8
  1. 激活

conda activate NLP_Pre_train
  1. 安装NLTK,套用以下命令

pip install NLTK
  1. 之后是验证NLTK是否安装成功,采用的步骤如下所示:

import nltk  nltk.download()

但是不出意外的是,很多人出现的错误,如下所示:

NLTK安装错误怎么解决

为了解决此项问题,我们可以采用离线安装的方式进行解决。

NLTK的离线安装

  1. 首先现在离线安装包,我们直接去官网进行下载:https://github.com/nltk/nltk_data,安装的文件,如下所示:

NLTK安装错误怎么解决

  1. 我们将下载的文件存放的位置如下所示

NLTK安装错误怎么解决

  1. 我们将下载的以下文件文件,放进文件2所展示的位置,这样便大功告成!

NLTK安装错误怎么解决

NLTK的验证

我们可以打印出,NLTK的英文停用词(STOP word)。

from nltk.corpus import stopwords  print(stopwords.words('english'))

打印结果如下所示:

['i', 'me', 'my', 'myself', 'we', 'our', 'ours', 'ourselves', 'you', "you're", "you've", "you'll", "you'd", 'your', 'yours', 'yourself', 'yourselves', 'he', 'him', 'his', 'himself', 'she', "she's", 'her', 'hers', 'herself', 'it', "it's", 'its', 'itself', 'they', 'them', 'their', 'theirs', 'themselves', 'what', 'which',  'who', 'whom', 'this', 'that', "that'll", 'these', 'those', 'am', 'is', 'are',   'was', 'were', 'be', 'been', 'being', 'have', 'has', 'had', 'having', 'do',   'does', 'did', 'doing', 'a', 'an', 'the', 'and', 'but', 'if', 'or', 'because',   'as', 'until', 'while', 'of', 'at', 'by', 'for', 'with', 'about', 'against',   'between', 'into', 'through', 'during', 'before', 'after', 'above', 'below',   'to', 'from', 'up', 'down', 'in', 'out', 'on', 'off', 'over', 'under', 'again',   'further', 'then', 'once', 'here', 'there', 'when', 'where', 'why', 'how',   'all', 'any', 'both', 'each', 'few', 'more', 'most', 'other', 'some', 'such', 'no',    'nor', 'not', 'only', 'own', 'same', 'so', 'than', 'too', 'very', 's', 't',     'can', 'will', 'just', 'don', "don't", 'should', "should've", 'now', 'd', 'll',     'm', 'o', 're', 've', 'y', 'ain', 'aren', "aren't", 'couldn', "couldn't",      'didn', "didn't", 'doesn', "doesn't", 'hadn', "hadn't", 'hasn', "hasn't",      'haven', "haven't", 'isn', "isn't", 'ma', 'mightn', "mightn't", 'mustn',      "mustn't", 'needn', "needn't", 'shan', "shan't", 'shouldn', "shouldn't",      'wasn', "wasn't", 'weren', "weren't", 'won', "won't", 'wouldn', "wouldn't"

以上就是“NLTK安装错误怎么解决”这篇文章的所有内容,感谢各位的阅读!相信大家阅读完这篇文章都有很大的收获,小编每天都会为大家更新不同的知识,如果还想学习更多的知识,请关注编程网行业资讯频道。

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯