安装nltk遇到的坑:下载失败+安装成功但导入不了

在jupyter notebook上运行代码时:html import nltk paragraph = "i am a good boy ! are you ok? hahaha i am fine" words_list = nltk.word_tokenize(paragraph) print(words_list) 出现错误:python ModuleNotFoundError
相关文章
相关标签/搜索