imherro / freeq

A Python script to generate word frequency report of English text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Python 3.4+

Usage

./freeq.py -i input_file.txt

./freeq.py -i input_file.txt -o output_file.txt

Thanks to

12dicts word list: http://wordlist.aspell.net/12dicts-readme/

lemmas.txt is derrived from 2+2+3lem.txt in version 6 of 12dicts word list.

Licenses

The freq.py is released under the BSD-2-Clause license.

The lemmas.txt, which is derrived from the collective work by Keven Atkinson and many others, is released under the licenses mentioned in COPYRIGHT.

Disclaimer

No Warranties. Use at your own risk.

About

A Python script to generate word frequency report of English text

License:Other


Languages

Language:Python 100.0%