I need to connect two application when they are are running: CMU Sphinx4 and a program written in python.
I don't want to integrate, only communicate between both apps.
I want to pass the line that was recognized by Sphinx to a .py
file.
How can I do this?