A common word sorter written in python
I wrote this a while ago, but have now realized that it is very similar to this.
-git clone https://github.com/KazMalhotra/zipf.git
-cd zipf
-pip install str
Download the zip file and extract. Install python and pip.
-python main.py inputfile.txt sortedwords.csv
-python main.py juliuscaesar.txt sorted.csv
Zipf's law is based on the premise that common words are used far more than uncommon words.