python

关注公众号 jb51net

关闭
首页 > 脚本专栏 > python > Python单词频率统计工具wordsworth

Python开发的单词频率统计工具wordsworth使用方法

投稿:hebedich

wordsworth是字母,单词和n元组频率分析,用来分析文件中的单词出现频率的工具。

使用方法:

python wordsworth --filename textfile.txt
python wordsworth -f textfile.txt

分析结果:


附上github项目地址:https://github.com/autonomoid/wordsworth

您可能感兴趣的文章:
阅读全文