How do you even give an (openFST-made) FST input? Where does the output go?
Before I start, note that I'm using the linux shell (via using subprocess.call() from Python), and I am using openFST. I've been sifting through documents and questions about openFST, but I cannot seem to find an answer to this question: how does one actually give input to an openFST-defined, compiled and composed FST? Where does the output go? Do I simply execute 'fstproject'? If so, how would I, say, give it a string to transduce, and print the various transductions when the end-state(s) have been reached? I apologize if this question seems obvious. I'm not very familiar with openFST as of