Johnsd11 commented on issue #56: URL: https://github.com/apache/ctakes/issues/56#issuecomment-2835965980
1. The cTakes ecosystem is Java with a some optional Python code. I have little experience running it in a Windows environment and so perhaps someone else in the group can give you pointers. My instinct would be to run it in a Linux based Docker instance - which I do anyway for some clients. You can package it yourself as a standalone application talking to a database or you can use a Webservice wrapper around it which exists in the codebase (that is either Dockerized or packaged as.a WAR or both). Then you can implement a REST client in a pure Windows environment if that is easier for you. 2. cTakes is an open source project going back to 2012, and as such, uses many different technical approaches in its various components: pattern recognition, state machines, POS and treebank extractors and some ML techniques but it does not have a user friendly training mechanism for those components, although there are some examples. The best way to understand it is to download it and get started. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
