ModuleNotFoundError:没有名为' nltk.chunk.named_entity的模块

时间:2018-03-03 19:48:27

标签: python pyinstaller

我一直在使用pyinstaller,当我使用我的代码并单击一个按钮时,它会显示。

#Imports
from nltk import ne_chunk, pos_tag, word_tokenize
from nltk.tree import Tree
from nltk.corpus import state_union
import bs4 as bs
from bs4 import BeautifulSoup
import nltk
from nltk.corpus import stopwords
from nltk.tokenize import word_tokenize

我不知道为什么?在我转换为.exe文件的代码中,我包含了

please enter Address first

我看过' Dist'并且无法找到与nltk有关的内容,但它包括我已经完成的其他导入,除了我认为缺少的另一个模块' bs4'。我能做什么?非常感谢帮助!

P.S我的程序在实际的python代码中运行正常

0 个答案:

没有答案