Victor Chahuneau
Victor Chahuneau
pyfst was never tested under Cygwin :-( Try finding the install path of openfst (/usr/local/include and /usr/local/lib in linux) and add it manually to setup.py: `INC, LIB = ['/usr/local/include'], ['/usr/local/lib']`
Unfortunately, I don't know of any way to obtain a `iostream` for a Python file object...
Can you be more precise? A code example would be useful.
Thanks Wilker for all these contributions! I merged the simple changes, but I left the other algorithms for later when I have time to look at them...