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 mightbe useful here.
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.