在Python中,我有一个字典,想在字典中删除停用词表中的单词,程序应该怎么编。

dict={'nations':1,'city':1,'red':1,'negros':2,'so':4,'end':2,'citizens':1,'remind':1,... dict={'nations': 1, 'city': 1, 'red': 1, 'negros': 2, 'so': 4, 'end': 2,
'citizens':1, 'remind': 1, 'american': 4, 'mountain': 4, 'shadow': 1, 'force': 2,
'score':1, 'militancy': 1, 'business': 1, 'selfhood': 1, 'all': 7, 'slaves': 2,
'inextricably': 1, 'spot': 1, 'architects': 1, 'walk': 2, 'would': 2, 'rise': 3,
'and':39, 'men': 6, 'believe': 2, 'come': 10, 'police': 2, 'heightening': 1, 'york': 2,
'if': 3, 'steam': 1, 'molehill': 1, 'hands': 2, 'suffering': 2, 'basic': 1, 'quest': 1,
'interposition': 1, 'vaults': 1, 'devotees': 1, 'oasis': 1, 'concerned': 1}
英语停用词表中的词有的在字典中没有。
展开
 我来答
lpe234
2014-12-28 · TA获得超过2778个赞
知道小有建树答主
回答量:1250
采纳率:50%
帮助的人:553万
展开全部
en_dict = {}
stop_en_dict = {}

for key in stop_en_dict.keys():
    if key in en_dict:
        del en_dict[key]
        
print en_dict
更多追问追答
追问
这里面有停词表吗?
追答
自己看python基础去吧!

学习是自己的事情,别什么都问题,自己连基础的东西都没搞懂,就吧啦吧啦的问别人。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式