Return False always
Closed this issue · 1 comments
Joozty commented
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
Same problem, any idea?