Hi,
I’m currently unable to retrieve rhymes using python-datamuse. Even simple queries consistently fail. Example:
from datamuse import Datamuse
api = Datamuse()
api.words(rel_rhy="orange", max=5)
JSONDecodeError: Expecting value
It seems the Datamuse API endpoint is currently not returning valid JSON, which affects both the Python and R packages relying on it.
Is this a a known issue?
Thanks!
Hi,
I’m currently unable to retrieve rhymes using python-datamuse. Even simple queries consistently fail. Example:
It seems the Datamuse API endpoint is currently not returning valid JSON, which affects both the Python and R packages relying on it.
Is this a a known issue?
Thanks!