Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 860 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 860 Bytes

License: MIT

Py Dictionary

A python program which extracts the meanings of words (CSV file) from Google Dictionary. https://googledictionary.freecollocation.com/

Installing the requirements `


*To install all the required libraries from req.txt file:

$ pip install -r req.txt 

How to Use? `

*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).

Example

$ 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