DrDub opened a new issue, #8: URL: https://github.com/apache/uima-uimacpp/issues/8
The Python annotator is a DLL that is both a UIMACPP annotator and a Python module. That is very clever but causes problems when trying to load multiple version of the UIMACPP annotator or loading them using different multi-threaded configurations. Instead, the code should build two different DLLs, one for the annotator and another for the Python module. -- 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: dev-unsubscr...@uima.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org