You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: