Description
I am trying to use CTAKES in an environment where I need to process large amounts of documents automatically, therefore I am looking to use the TIKA app for running it. Unfortunately, I have found that the server output only gives the CUIs for any results, but I need the SNOMED code associated with the CUI.
I found the code at https://github.com/apache/tika/blob/9130bbc1fa6d69419b2ad294917260d6b1cced08/tika-parsers/src/main/java/org/apache/tika/parser/ctakes/CTAKESUtils.java#L204 that is responsible for this output.
Is there any other solution besides editing the code there to provide more output/adding a new option for additional output?