hi… I’m using a standalone server for langtool and posting text to:
:8081/v2/check
The responses are coming back great.
One thing… If the responses come back in the language of the string.
Can it be changed so for example the String is in Spanish… But the Message returned is in English?
For example:
El presente de indicativo primera persona del verbo saber es “sé”.
Would be returned as:
The present indicative first person conjugation of the verb saber is “sé”.
This might be hard I know.
Alternatively if the output could be delimited I could use machine translation if the sentence was output
El presente de indicativo primera persona del verbo “saber” es “sé”.
(i.e. Nothing within "s to be translated)
Or there were more Nodes added to the JSON response.
Great project anyway! Thanks