I write from time to time: tales, short novels, etc. Everything in Spanish (I'm not very fluent in English). And I use Emacs since long time ago for everything I write (not only Literature related texts, but for programming, task management, etc.).
I would like to set up a synonyms service to be used from inside Emacs. And I needed for Spanish. I know there are some very good ones for English, but I couldn't find anything for Spanish. Is there anyone that knows one of this services, and how to set them up with one of the already known Emacs packages?
An alternative would be to try to find such a service with a REST API, and try to set up some functions to request synonyms for the word at point to this service using the REST interface. I'm an experienced programmer, but not with Emacs Lisp, and I don't know if this is two much for me. Any hints on libraries of ways to do this, if an already existing solution is not available?