Hi Pablo, > On 6. Jan 2023, at 14:59, Pablo Duboue <pablo.dub...@gmail.com> wrote: > >> If pipelines in Python be a thing, my intuition is that it would be >> sensible to implement this as a dedicated module covering a component >> lifecycle API. > I'm sorry, I don't understand this bit.
That comment was referring to your `MyAE` component implemented in Python [1]. Probably I am the one misunderstanding things here. I thought that the UIMA Python bindings would allow users to use analysis components implemented in C++ in Python. So I though that if you define an analysis component in Python, then probably the code that executes this component would also be written in Python? Are the `buildPipeline(...)` function [2] and the `pipeline.process(...)` function [3] Python functions or C++ functions? Cheers, -- Richard [1] https://gist.github.com/DrDub/9413410626b5a77d8f1f576f6447d64e#file-uima_python_concept-py-L59-L79 [2] https://gist.github.com/DrDub/9413410626b5a77d8f1f576f6447d64e#file-uima_python_concept-py-L82-L116 [3] https://gist.github.com/DrDub/9413410626b5a77d8f1f576f6447d64e#file-uima_python_concept-py-L120