apache / apache/uima-uimacpp

Respect multi threading flag for Python

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

Description

The current Python annotator can be compiled as single threaded or multi-threaded.

Many complex Python packages (e.g., NumPy) cannot run on a multi-threaded Python.

UIMA recognizes some annotators need to be single-threaded through a flag on its descriptor.

This flag should be honoured for the Python annotator, using a single-threaded or multi-threaded Python interpreter depending on the flag.

Depends on #8 .

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.