Comment by ____tom____
4 days ago
The error ""An error occurred in the Server Components render. " comes from putting the description in the word input field.
4 days ago
The error ""An error occurred in the Server Components render. " comes from putting the description in the word input field.
On firefox mac, sometimes the search button stays disabled. I don't have a way to reproduce, but it's shown up several times. I just reload the page. You can still hit enter and search, though.
It looks like you are just adding the same list of words as a prefix, in the same order, no matter what the base word is. That seems too simplistic to me.
Some words are more likely to occur in conjunction with specific words. Kayak and water, for example is probably more likely than kayak and tiger.
You might try something like a collocations data set like https://www.freecollocation.com/ (I just searched for dataset of English word collocations)
Any autocomplete that words more than one word at a time has to do this. You might check that out.
Thank you so much for your time writing all this feedback, Tom! I did not know about "collocations", and I'll certainly check that out.