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

vb.meaning('repudiate') returns false #70

Open
silviolorusso opened this issue Apr 17, 2019 · 13 comments
Open

vb.meaning('repudiate') returns false #70

silviolorusso opened this issue Apr 17, 2019 · 13 comments

Comments

@silviolorusso
Copy link

No description provided.

@gustelle
Copy link

gustelle commented May 7, 2019

Hello, I got the same issue, example on Python 3.6.4

from vocabulary.vocabulary import Vocabulary as vb vb.synonym("car") False

Any idea ?

@ShauryaUppal-1Mg
Copy link

Even I am getting this error. I am switching to PyDictionary Library

@alkhachatryan
Copy link

The same problem is here.
I tried the code from example:
vb.synonym("car")

And got the same error...

@leiurus17
Copy link

I am experiencing the same behavior.

@leiurus17
Copy link

It seems that the problem is with the API being called which is glosbe.

@leiurus17
Copy link

This thing is dead until we can find a replacement to Glosbe.

Reference:
deanishe/alfred-glosbe#4

@aluckydog0716
Copy link

any idea to slove it ?

@leiurus17
Copy link

Hi @aluckydog0716 , it seems that Glosbe killed the service.

Try accessing:

https://glosbe.com/gapi/

And you'll get 429 Too Many Requests.

vocabulary is dependent on Glosbe, and if Glosbe decides to kill the API, then this library is dead. :(

Maybe you can try https://pypi.org/project/PyDictionary/ instead.

@aluckydog0716
Copy link

aluckydog0716 commented Mar 11, 2020 via email

@aluckydog0716
Copy link

aluckydog0716 commented Mar 11, 2020 via email

@leiurus17
Copy link

leiurus17 commented Mar 11, 2020

@aluckydog0716 I suggest you directly call an API from online dictionaries if your goal is to get the meaning of a word.

https://dictionaryapi.com/products/api-collegiate-dictionary

@aluckydog0716
Copy link

aluckydog0716 commented Mar 11, 2020 via email

@leiurus17
Copy link

@aluckydog0716 , WordNet under NLTK is what you need.

https://pythonprogramming.net/wordnet-nltk-tutorial/

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

6 participants