A python program which extracts the meanings of words (CSV file) from Google Dictionary. https://googledictionary.freecollocation.com/
*To install all the required libraries from req.txt file:
$ pip install -r req.txt
*Upload a csv file with a column name "word" in data folder.
- Run dictionary.py file and provide the names of data file (the one in data folder with all the words) and results file (to be stored in results folder).
$ python3 dictionary.py words.csv results.csv
- Check results folder for a csv file with meanings.
For complete code description refer to dictionary.ipynb file