apache / uima-uimacpp

C++ support for Apache UIMA
https://uima.apache.org/
Apache License 2.0
15 stars 19 forks source link

C Adapter Layer #20

Open DrDub opened 6 months ago

DrDub commented 6 months ago

The framework is written in C++.

Some scripting languages have direct bindings to C libraries. A small C adapter that exposes part of the functionality of the framework can make accessing UIMA functionality much easier from such languages.

To have an idea of how these adapter layers look like, take a look at this adapter for Google's sentencepiece tokenizer.

The existing SWIG code in scriptators might be useful here.