pyfst icon indicating copy to clipboard operation
pyfst copied to clipboard

A Python interface to OpenFst

Results 13 pyfst issues
Sort by recently updated
recently updated
newest added

Hi I try to install OpenFst 1.6 and then install pyfst. but I get error while installing pyfst. However by reverting OpenFst to version 1.3, the problem was solved, but...

OSX Mojave, python 3.7.1 did the following: - installed openfst 1.5.4 - `$ export CFLAGS="-std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7" && export CPATH="/usr/local/include"` - `pip install pyfst` Had lots of compilation errors. Downgrading...

Hi, I am working on Ubuntu 14.04 and have a working version of openfst 1.3.4 installed. The one step installation process in the Readme doesn't seem to work for me....

I installed Openfst 1.5.1 with --enable-python flag, and then was trying to install Pyfst. I was first following these instructions: http://demo.clab.cs.cmu.edu/fa2014-11711/index.php/PyFST_Setup_Mac Then, when it failed on the step "python setup.py...

Changes to the setup.py script and to the templates to automate the build of the package.

Strange that it can't seem to find the unordered_map header. Any suggestions? ``` gcc -fno-strict-aliasing -I//anaconda/include -arch x86_64 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I//anaconda/include/python2.7 -c fst/_fst.cpp -o build/temp.macosx-10.5-x86_64-2.7/fst/_fst.o -O2...

Although I cannot find it in the API description (http://pyfst.github.io/api.html) it looks like there exists a copy constructor for the StdTransducer and StdAcceptor classes. However, when I am trying to...

Hello, I have openfst and python working fine under Cygwin. But when I try "pip install pyfst", I get an error message as shown below. Any guidance on how to...

when I read a Language Model fst from a which generated by opengrm, I find that the symbol in the LM fst is not equal to the fst.EPSILON in pyfst...