-
-
For example,
print_out = api.words(rel_rhy="door", max=5, md=r) # words that rhyme with "orange"
print(print_out)
products an error that the API doesn't know what md=r means.
Please he…
-
Hi, Just to sync with or add some more [examples](https://github.com/tkf/emacs-request/blob/master/README.rst#examples) (happen that I find so puzzling recognizing generic names or references to raw d…
-
Is it possible to combine the ml & lc parameters. For eg.
words(ml='destroy', lc='relationship', max=5)
Right now this gives the same result as words(ml='destroy', max=5)
It ignores the lc portio…
-
New project for gallery: http://www.abstract-codex.net/D3D4LU5_SW/
dhowe updated
4 years ago
-
CONTESSA
The datamuse API won't find this BUT:
We are assuming anagram indicators cannot be at the start or end of clues... this is wrong in this case... so revisit code.
-
put link to github site
put reference to datamuse API
reference to handsontable
reference to myself for making the site
-
Hi guys please search for an open source semantic search tool in the internet. I have found this github page which is named opensemanticsearch :
https://github.com/opensemanticsearch
https://githu…
-
The list of parameters in `WORD_PARAMS` and `SUGGEST_PARAMS` are unnecessary since the Datamuse API ignores parameters it does not recognize anyway. Therefore, the argument check `Datamuse._validate_a…
-