Vocabulary Versions Save

[Not Maintained anymore] Python Module to get Meanings, Synonyms and what not for a given word

1.0.4

7 years ago

1.0.4

  • Fixed setup.py requirements.txt file not found the issue by removing the logic to strip dependencies. Just a hack for now. Need to do it the older way.
  • Fixed failing tests in travis due to older unchanged import of vocabulary

1.0.3

7 years ago

v1.0.3

  • Fixed setup.py import issue
  • API changes to importing the module from vocabulary.vocabulary import Vocabulary as vb instead of from vocabulary import Vocabulary as vb

0.0.6

7 years ago

Version 0.0.6

  • Added support for specifying response format, thanks to @tenorz007
  • Bug fixes
  • flake8 enhancements
  • Adding a new demo gif
  • closes closes #4 , closes #5 , closes #23

v0.0.5

8 years ago

v0.0.5

  • Added translate module (thanks to @relisher )
  • Improved Documentation (conforms to PEP 287)
  • Minor bug fixes