Python开发的单词频率统计工具wordsworth使用方法
投稿:hebedich
wordsworth是字母,单词和n元组频率分析,用来分析文件中的单词出现频率的工具。
使用方法:
python wordsworth --filename textfile.txt python wordsworth -f textfile.txt
分析结果:
附上github项目地址:https://github.com/autonomoid/wordsworth
关注公众号 jb51net
投稿:hebedich
使用方法:
python wordsworth --filename textfile.txt python wordsworth -f textfile.txt
分析结果:
附上github项目地址:https://github.com/autonomoid/wordsworth