python中怎么统计文章单词个数

这篇文章给大家介绍python 中怎么统计文章单词个数,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。

成都创新互联-专业网站定制、快速模板网站建设、高性价比东至网站开发、企业建站全套包干低至880元,成熟完善的模板库,直接使用。一站式东至网站制作公司更省心,省钱,快速模板网站建设找我们,业务覆盖东至地区。费用合理售后完善,10余年实体公司更值得信赖。

文件模版:
There are moments in life when you miss someone so much that you just want to pick them from your dreams and hug them for real!
Dream what you want to dream;go where you want to go;be what you want to be,because you have only one life and one chance to do all the things you want to do.
运行结果:
C:\ProgramData\Anaconda2\python.exe C:/Users/xuyuch/PycharmProjects/untitled1/test1/word.py
Counter({'you': 7, 'to': 6, 'want': 5, 'and': 2, 'do': 2, 'them': 2, 'one': 2, 'go': 2, 'what': 2, 'be': 2, 'life': 2, 'dream': 2, '': 1, 'all': 1, 'because': 1, 'have': 1, 'just': 1, 'moments': 1, 'hug': 1, 'are': 1, 'in': 1, 'miss': 1, 'your': 1, 'from': 1, 'for': 1, 'things': 1, 'there': 1, 'when': 1, 'only': 1, 'much': 1, 'real': 1, 'someone': 1, 'that': 1, 'chance': 1, 'dreams': 1, 'where': 1, 'so': 1, 'pick': 1, 'the': 1})


Process finished with exit code 0

lines_count = 0 
			words_count = 0		
			chars_count = 0		
			words_dict = {} 
		
			lines_list = [] 
		
			c1 = ['!', '?', ';', '.', ','] 
		
			all_line = '' 
		import collections		
			with open('c:\invalid.txt', 'r') as f: 
		
			    for line in f: 
		
			        line = line.strip('\n') 
		
			        lines_count = lines_count + 1		
			        all_line=all_line+line.lower() 
		
			       # print line		
			    #print all_line		
			    for i in c1: 
		
			        all_line=all_line.replace(i,' ') 
		
			    #print all_line		
			    str1=all_line.split(' ') 
		
			    cnt=collections.Counter(str1) 
		
			    #print str1		
			    print cnt		

关于python 中怎么统计文章单词个数就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。


标题名称:python中怎么统计文章单词个数
新闻来源:http://lszwz.com/article/gjpiep.html

其他资讯

售后响应及时

7×24小时客服热线

数据备份

更安全、更高效、更稳定

价格公道精准

项目经理精准报价不弄虚作假

合作无风险

重合同讲信誉,无效全额退款