meetDeveloper / freeDictionaryAPI

There was no free Dictionary API on the web when I wanted one for my friend, so I created one.
https://dictionaryapi.dev/
GNU General Public License v3.0
2.48k stars 254 forks source link

the words below like BE, YOUR, WAS, IS, FOR and others are not working #150

Open igodacruz opened 2 years ago

igodacruz commented 2 years ago

please, can you fix these words below?

BE YOUR WAS IS FOR OUR EVERY HELL LOOK NET PHASE THEIR TIGHT TIGHTEST TOUCH TOUCHES LIVES LOOKED PROGRAMING PROGRAMED

ngocsangyem commented 2 years ago

Based on this project, I created a new and more lexical API. You can check freedictionaryapi

https://api.freedictionary.dev/api/v1/entries/en/your

mgiuffrida commented 1 year ago

@ngocsangyem How is your project based on this one? Do you have the code for parsing wiktionary?

Your API has more words, but it's extremely slow. Would love to be able to run locally. Thanks!

ngocsangyem commented 1 year ago

Hi @mgiuffrida, I use wiktextract to parse wiktionary. It would be very nice if you share your project also.

divSelector commented 10 months ago

I'm bumping this because I would really like to see words like is, be, for, and other words that you can't avoid regularly using because they're fundamental to English.

I was looking at this file trying to understand why it cant find entries like this on wiktionary https://en.wiktionary.org/wiki/be

I was assuming that it finds all the words there, but it seems like its actually just searching Google. https://github.com/meetDeveloper/freeDictionaryAPI/blob/4f274a853dd7a352aa2a349d1b92624ff18a36a8/modules/dictionary.js#L138

If someone has an idea why its not finding these types of words, maybe we could figure out a solution.