第1关:Hamlet文本词频统计1
任务描述
本关任务:编写一个能统计Hamlet文本词频的小程序。
编程要求
根据提示,在右侧编辑器补充代码。
英文文本词频统计处理步骤:
打开hamlet.txt文件,并读取全部内容
将所有单词转为小写
将一些特殊字符’!"#$%&()*+,-./:;<=>?@[\]^_‘{|}~'替换为空格
用字符串分割方法split()将文本用空格分割,生成一个列表. split()方法默认参数为所有的空字符,包括空格、换行(\n)、制表符(\t)等。
对列表进行词频统计,保存在一个字典中
将字典转换为列表进行排序:按照词频排降序
输出列表前10项
测试说明
平台会对你编写的代码进行测试:
To be, or not to be: that is the question:
Whether 'tis nobler in the mind to suffer
The slings and arrows of outrageous fortune,
Or to take arms against a sea of troubles,
And by opposing end them.
生存或毁灭, 这是个必答之问题:
是否应默默