A simple tool to build your vocabulary by effectively using
- Synonyms
- Antonyms
- Hyponyms
- Hypernyms
- Definitions
- Examples
of a word using popular lexical database for english called wordnet
This project is currently under development
- clone this repo
git clone https://github.com/KulkarniSuraj/Voccacia.git
- activate virtual environment if any
pip3 install nltk
- Open python interactive shell
>>> import nltk
>>> nltk.download('wordnet')