Skip to content

A python program which extracts the meanings of words (CSV file) from Google Dictionary.

License

Notifications You must be signed in to change notification settings

kishanmaharaj/Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python program which extracts the meanings of words (CSV file) from Google Dictionary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages