tasdikrahman / vocabulary

[Not Maintained anymore] Python Module to get Meanings, Synonyms and what not for a given word
https://vocabulary.readthedocs.io/en/latest/
MIT License
559 stars 76 forks source link

Return False always #23

Closed Joozty closed 7 years ago

Joozty commented 7 years ago

Hi. I installed successfully this package. (no errors). I try your examples

from vocabulary import Vocabulary as vb
print(vb.meaning('car'))
print(vb.synonym('car'))

Python version 3.5.2 (2.7.12) - I tried it on windows and linux and same result. It returns me always false no matter what word I use.

only this works: print(vb.hyphenation('car'))

[{"text": "car", "seq": 0}]

Thanks for help

FreddieSun commented 5 years ago

Same problem, any idea?