JSON
inconsistency fixed for the methodsVocabulary.hyphenation()
Vocabulary.part_of_speech()
Vocabulary.meaning()
- Added translate module
- Improved Documentation
- Minor bug fixes
- Added support for specifying response format
- Updated
Vocabulary.pronunciation
,Vocabulary.antonym`
,`Vocabulary.part_of_speech`
to return a list of objects with apprioprate index
- 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`
- Fixed setup.py requirements.txt file not found 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