freeDictionaryAPI icon indicating copy to clipboard operation
freeDictionaryAPI copied to clipboard

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

Open igodacruz opened this issue 2 years ago • 4 comments

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

igodacruz avatar May 19 '22 17:05 igodacruz

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

ngocsangyem avatar Jul 07 '22 15:07 ngocsangyem

@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!

mgiuffrida avatar Aug 17 '22 17:08 mgiuffrida

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

ngocsangyem avatar Sep 24 '22 09:09 ngocsangyem

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.

divSelector avatar Sep 19 '23 02:09 divSelector