apache / apache/uima-uimacpp

Separate Python annotator from Python extension

Open
#8 2 comments 0 reactions 0 assignees View on GitHub
refactoring
Dominant language
C++
Stars
16
Forks
17
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.