A simple python script that counts the number of words in a given text document and prints the top 10 words according to their frequency, along with their frequency of occurence.
- Input : Path of the text file to be processed
- Output : List of top 10 words according to their frequency, along with their frequency of occurence.
- User friendly interface
- Output is in tabular format
- Case insensitive processing of words
- Get the Top 10 words in the text file which occur most frequntly, along with their counts
- Clone the repository
- Navigate to the project folder
- Run the command :
python3 main.py