摘要:
#coding:utf-8 #!/usr/bin/python2.6 def statistic_eng_text(): '''统计出英文文档中高频词汇''' cnt = Counter() np = os.path.join(get_project_path(),'doc','jack lodon.txt') ff = open(np,'r') wo... 阅读全文
posted @ 2017-07-14 18:31
一条特立独行的狗
阅读(246)
评论(0)
推荐(0)
浙公网安备 33010602011771号