Atif8Ted / word-density-calculator

Python Course Project : For finding the word density of each word used in a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final code : word_density.py

  1. word_density.py : for counting density of each word . word_file for all the words and exclude_file for words to be excluded .
  • supports python 3 only

How to use it :

python3 word_density.py <word_file> <exclude_file> <no_of_top/least_frequent_words>

Ex:

python3 word_density.py word_file exclude_file 15

Output:

Output :)

contributors:

Aakanksha Kapoor
Atif Imam
Ekta Tiwari
Tanya Ghumman

About

Python Course Project : For finding the word density of each word used in a file

License:MIT License


Languages

Language:Python 100.0%