-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels