Unable to get JSON Output
Opened this issue · 1 comments
kevon217 commented
How can I get the JSON output from the response.json() object?
My call is: 'metamap -Z (2020AB) -V (USABase) -C -c -I -G --JSONf 2 -m -y -i -z –sldiID'
The MetaMap JSON documentation said to use the cmd 'metamap.JSON', however, that command resulted in errors, so I just used 'metamap'.
KimBenjaminTang commented
Hey if it helps, you can check out the issue I just opened: #6. I think we are facing the same problem and my current workaround is to trim the first part of the response before the actual JSON starts.