Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Return False always #23

Closed
Joozty opened this issue Feb 1, 2017 · 1 comment
Closed

Return False always #23

Joozty opened this issue Feb 1, 2017 · 1 comment

Comments

@Joozty
Copy link

Joozty commented Feb 1, 2017

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
Copy link

Same problem, any idea?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants