This word generator will remote unwanted words from the source text, will then generate a Dictionary with the ocurrences of each word
To init the project you need to have pipenv
installed, then move to the project folder and run pipenv install
to install all dependencies from the Pipfile
, you can then run your virtual environment with pipenv shell
and python main.py
to run the word_cloud_generator
If you want to change the source text, you can change the content from the input.txt
file, or you can add any other file to the directory and change open('your_file_name.txt')
Mit license