Hi, I want to try checking bilingual texts in my personal HTTPS Server
(“java -jar ./languagetool-server.jar --config ./config.yml” I use this command start my server in Linux). But it seems can’t work. The JSON I posted have four keys(“srctext”、“text”、“mothertongue”、“lang”) according to this page http://wiki.languagetool.org/checking-translations-bilingual-texts
(
API
HTTP Server
Use the standard format of the query: specify your source segment text as srctext parameter, your target segment as text, source language as mothertongue, and target language as lang.
)