R
R
romoga2019-10-29 13:29:14
API
romoga, 2019-10-29 13:29:14

Check if a word exists in a dictionary?

Hello dear all.
The essence of the question is this - the spouse plays the game of composing words from possible letters, such as a crossword puzzle.
I want to write an application in js, to which you feed variations of letters, and it goes through all possible options and checks the online existence of a word.
Are there any online dictionaries that can be accessed via the API and feed words and get true / false in response, or something like that. Please send.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Z
zhaar, 2019-10-29
@zhaar

Take a bigger dictionary, take any database and search for words with a query like '%w%r%d'.
Offline solution with minimum coding

D
Developer, 2019-10-29
@samodum

Just a dictionary won't work.
It will be necessary to throw out unnecessary parts of speech from there: particles, conjunctions, verbs, participles ...
I did that.
But then I had to manually clean it up

X
xmoonlight, 2019-10-29
@xmoonlight

https://sanstv.ru/words

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question