Leiurus Momoran
Leiurus Momoran
What @juristr said fixed my gem install problem on macOS Sierra 10.12.6 (16G29)
Please fork and then fix on a separate pull request. :)
I am experiencing the same behavior.
It seems that the problem is with the API being called which is glosbe.
This thing is dead until we can find a replacement to Glosbe. Reference: https://github.com/deanishe/alfred-glosbe/issues/4
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...
@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 , WordNet under NLTK is what you need. https://pythonprogramming.net/wordnet-nltk-tutorial/