在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}
英语停用词表中的词有的在字典中没有。 展开
'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}
英语停用词表中的词有的在字典中没有。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询