Skip to content

Separate Python annotator from Python extension #8

@DrDub

Description

@DrDub

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringChanges to the code while maintaining existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions