vocabulary icon indicating copy to clipboard operation
vocabulary copied to clipboard

vb.meaning('repudiate') returns false

Open silviolorusso opened this issue 5 years ago • 13 comments

silviolorusso avatar Apr 17 '19 19:04 silviolorusso

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 ?

gustelle avatar May 07 '19 10:05 gustelle

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

ShauryaUppal-1Mg avatar May 27 '19 10:05 ShauryaUppal-1Mg

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

And got the same error...

alkhachatryan avatar Jul 26 '19 15:07 alkhachatryan

I am experiencing the same behavior.

leiurus17 avatar Oct 12 '19 03:10 leiurus17

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

leiurus17 avatar Oct 12 '19 04:10 leiurus17

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

Reference: https://github.com/deanishe/alfred-glosbe/issues/4

leiurus17 avatar Oct 22 '19 14:10 leiurus17

any idea to slove it ?

aluckydog0716 avatar Mar 11 '20 05:03 aluckydog0716

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.

leiurus17 avatar Mar 11 '20 07:03 leiurus17

Thanks for your message. it is useful for me .

------------------ 原始邮件 ------------------ 发件人: "Leiurus"<[email protected]>; 发送时间: 2020年3月11日(星期三) 下午3:24 收件人: "tasdikrahman/vocabulary"<[email protected]>; 抄送: "1203078658"<[email protected]>; "Mention"<[email protected]>; 主题: Re: [tasdikrahman/vocabulary] vb.meaning('repudiate') returns false (#70)

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.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

aluckydog0716 avatar Mar 11 '20 07:03 aluckydog0716

I can't  use this module which you recommend to me (https://pypi.org/project/PyDictionary/).

Can you recommend me something similar more?

------------------ 原始邮件 ------------------ 发件人: "Leiurus"<[email protected]>; 发送时间: 2020年3月11日(星期三) 下午3:24 收件人: "tasdikrahman/vocabulary"<[email protected]>; 抄送: "1203078658"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [tasdikrahman/vocabulary] vb.meaning('repudiate') returns false (#70)

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.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

aluckydog0716 avatar Mar 11 '20 08:03 aluckydog0716

@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

leiurus17 avatar Mar 11 '20 11:03 leiurus17

Thanks for your reply. My goal is to get  a synonym of a word. any suggestion for me?

------------------ 原始邮件 ------------------ 发件人: "Leiurus"<[email protected]>; 发送时间: 2020年3月11日(星期三) 晚上7:32 收件人: "tasdikrahman/vocabulary"<[email protected]>; 抄送: "1203078658"<[email protected]>; "Mention"<[email protected]>; 主题: Re: [tasdikrahman/vocabulary] vb.meaning('repudiate') returns false (#70)

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

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

aluckydog0716 avatar Mar 11 '20 12:03 aluckydog0716

@aluckydog0716 , WordNet under NLTK is what you need.

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

leiurus17 avatar Mar 11 '20 15:03 leiurus17