Python读取英文文件并记录每个单词出现次数后降序输出示例


Posted in Python onJune 28, 2018

本文实例讲述了Python读取英文文件并记录每个单词出现次数后降序输出。分享给大家供大家参考,具体如下:

对文中出现的句号,逗号和感叹号做了相应的处理

sorted排序函数用法:

按照value值降序排列:

sorted(dict.items(),key=lambda k:k[1],reverse=True)

按照value值升序排序:

sorted(dict.items(),key=lambda k:k[1],reverse=False)

或者

sorted(dict.items(),key=lambda k:k[1])

按照key值降序排列:

sorted(dict.items(),key=lambda k:k[0],reverse=True)

按照key值升序排列:

sorted(dict.items(),key=lambda k:k[0])

或者

sorted(dict.items(),key=lambda k:k[0],reverse=False)

Python示例:

# -*- coding:utf-8 -*-
#! python2
file_object=open("english.txt")
dict={}
for line in file_object:
  line=line.replace(","," ")
  line=line.replace("."," ")
  line=line.replace("!"," ")
  strs= line.split();
  for str in strs:
    if dict.has_key(str):
      dict[str]+=1
    else:
      dict[str]=1
result=sorted(dict.items(),key=lambda k:k[1],reverse=True)
print result

english.txt文件:

We are busy all day, like swarms of flies without souls, noisy, restless, unable to hear the voices of the soul. As time goes by, childhood away, we grew up, years away a lot of memories, once have also eroded the bottom of the childish innocence, we regardless of the shackles of mind, indulge in the world buckish, focus on the beneficial principle, we have lost themselves.

运行结果:

[('the', 7), ('of', 6), ('we', 3), ('have', 2), ('away', 2), ('flies', 1), ('regardless', 1), ('restless', 1), ('up', 1), ('indulge', 1), ('mind', 1), ('all', 1), ('voices', 1), ('are', 1), ('in', 1), ('We', 1), ('busy', 1), ('shackles', 1), ('also', 1), ('memories', 1), ('by', 1), ('to', 1), ('unable', 1), ('goes', 1), ('themselves', 1), ('lot', 1), ('on', 1), ('buckish', 1), ('focus', 1), ('souls', 1), ('hear', 1), ('innocence', 1), ('world', 1), ('years', 1), ('day', 1), ('noisy', 1), ('a', 1), ('eroded', 1), ('grew', 1), ('like', 1), ('lost', 1), ('swarms', 1), ('bottom', 1), ('soul', 1), ('As', 1), ('without', 1), ('principle', 1), ('beneficial', 1), ('time', 1), ('childish', 1), ('childhood', 1), ('once', 1)]

Python 相关文章推荐
python处理json数据中的中文
Mar 06 Python
浅谈python和C语言混编的几种方式(推荐)
Sep 27 Python
Python3.5 处理文本txt,删除不需要的行方法
Dec 10 Python
选择Python写网络爬虫的优势和理由
Jul 07 Python
Python PO设计模式的具体使用
Aug 16 Python
Python爬虫使用浏览器cookies:browsercookie过程解析
Oct 22 Python
pandas factorize实现将字符串特征转化为数字特征
Dec 19 Python
Python with语句和过程抽取思想
Dec 23 Python
Python使用type动态创建类操作示例
Feb 29 Python
Python flask框架端口失效解决方案
Jun 04 Python
vscode配置anaconda3的方法步骤
Aug 08 Python
python实现局部图像放大
Nov 17 Python
将Dataframe数据转化为ndarry数据的方法
Jun 28 #Python
Python格式化日期时间操作示例
Jun 28 #Python
Python subprocess模块功能与常见用法实例详解
Jun 28 #Python
对python中array.sum(axis=?)的用法介绍
Jun 28 #Python
Python3连接SQLServer、Oracle、MySql的方法
Jun 28 #Python
对Python中数组的几种使用方法总结
Jun 28 #Python
Python动态导入模块的方法实例分析
Jun 28 #Python
You might like
建立动态的WML站点(一)
2006/10/09 PHP
PHP 用数组降低程序的时间复杂度
2009/12/04 PHP
PHPWind 发帖回帖Api PHP版打包下载
2010/02/08 PHP
php使用指定编码导出mysql数据到csv文件的方法
2015/03/31 PHP
php的debug相关函数用法示例
2016/07/11 PHP
一些常用且实用的原生JavaScript函数
2010/09/08 Javascript
jquery中html、val与text三者属性取值的联系与区别介绍
2013/12/29 Javascript
Js操作树节点自动折叠展开的几种方法
2014/05/05 Javascript
Javascript中拼接大量字符串的方法
2015/02/05 Javascript
javascript仿京东导航左侧分类导航下拉菜单效果
2020/11/25 Javascript
全面解析JavaScript中“&&”和“||”操作符(总结篇)
2016/07/18 Javascript
angular route中使用resolve在uglify压缩后问题解决
2016/09/21 Javascript
详解JS中的立即执行函数
2017/02/24 Javascript
JavaScript数据结构之二叉树的计数算法示例
2017/04/13 Javascript
bootstrap日期插件daterangepicker使用详解
2017/10/19 Javascript
node.js支持多用户web终端实现及安全方案
2017/11/29 Javascript
回顾Javascript React基础
2019/06/15 Javascript
windows下create-react-app 升级至3.3.1版本踩坑记
2020/02/17 Javascript
js实现带有动画的返回顶部
2020/08/09 Javascript
微信小程序调用后台service教程详解
2020/11/06 Javascript
[55:45]DOTA2上海特级锦标赛D组败者赛 Liquid VS COL第一局
2016/02/28 DOTA
使用Python的Treq on Twisted来进行HTTP压力测试
2015/04/16 Python
Python cookbook(数据结构与算法)从字典中提取子集的方法示例
2018/03/22 Python
python ChainMap的使用和说明详解
2019/06/11 Python
Python通用唯一标识符uuid模块使用案例
2020/09/10 Python
美国成衣女装品牌:CHICO’S
2016/09/19 全球购物
药学专业个人自我评价
2013/11/11 职场文书
加拿大探亲邀请信
2014/01/28 职场文书
《红军不怕远征难》教学反思
2014/04/14 职场文书
初中优秀班集体申报材料
2014/05/01 职场文书
行政求职信
2014/07/04 职场文书
爱护公共设施倡议书
2014/08/29 职场文书
2014年学校法制宣传日活动总结
2014/11/01 职场文书
2015年全国爱耳日活动总结
2015/02/27 职场文书
python urllib库的使用详解
2021/04/13 Python
详解Spring Security如何在权限中使用通配符
2022/06/28 Java/Android