I require the output in json format, for which I have to convert the jcas object in json. I tried using the method given in uima guide but was not successful.
Can anyone suggest me a solution.
I require the output in json format, for which I have to convert the jcas object in json. I tried using the method given in uima guide but was not successful.
Can anyone suggest me a solution.
Copyright © 2021 Jogjafile Inc.
Using JsonCasSerializer you can do this
This gave me an output of the document in JSON format.