You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "DrDub (via GitHub)" <gi...@apache.org> on 2024/03/06 01:01:34 UTC

[I] Separate Python annotator from Python extension [uima-uimacpp]

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-unsubscribe@uima.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Separate Python annotator from Python extension [uima-uimacpp]

Posted by "DrDub (via GitHub)" <gi...@apache.org>.
DrDub commented on issue #8:
URL: https://github.com/apache/uima-uimacpp/issues/8#issuecomment-2009173928

   Hello @tmjoris, mind taking a look at #15 and see if you have luck building the SDK following the instructions? Please comment about that on the PR.
   
   Regarding this issue, it boils down to splitting the file [pythonnator.cpp](scriptators/python/pythonnator.cpp) into two file and having the  [Makefile](scriptators/python/Makefile) builds them.
   
   


-- 
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-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Separate Python annotator from Python extension [uima-uimacpp]

Posted by "tmjoris (via GitHub)" <gi...@apache.org>.
tmjoris commented on issue #8:
URL: https://github.com/apache/uima-uimacpp/issues/8#issuecomment-2003372733

   Hello @DrDub I would also like to help solve this issue, any guidance would be highly appreciated


-- 
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-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org