This project is helpful in finding the occurance of most occured words in wikipedia related to any word(s) enter by user. It can be used to collect words(s) related to any name, place, or topic that later can be used by any Data Science or ML project.
Clone this porject to your local machine. install python 3 (if not). Install the required dependencies.
python main.py <name of topic> yes
python main.py 'batman' yes
This project depends on wikipedia api, so it may take a few seconds for downloading page data.