Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 547 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 547 Bytes

Voccacia

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

Installation

  1. clone this repo git clone https://github.com/KulkarniSuraj/Voccacia.git
  2. activate virtual environment if any
  3. pip3 install nltk
  4. Open python interactive shell
>>> import nltk
>>> nltk.download('wordnet')