Hello everyone, I am looking for a strategy to use cTakes to asynchronously process thousands of clinical notes by listening to a queue on AWS and maintaining a hot process with all the dictionaries loaded in memory. So far I've had some success using the REST server wrapper I found here: https://github.com/dirkweissenborn/ctakes-server, but it's still a synchronous call, which I found hard to scale. Are there any other wrappers out there that could be used to enable cTakes to listen to a port for input? Can anyone share some strategies they used to implement cTakes on AWS to achieve similar requirements?
Thanks and Regards, Anusha