Questions tagged [openfst]

OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).

OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).

48 questions
0
votes
1 answer

CPPFLAGS set but a header is still not found

I set both CPPFLAGS and LDFLAGS with ./configure, but the header fst.h is still not found. Though it is located in the indicated in the CPPFLAGS directory. ./configure CPPFLAGS=-I/Users/username/Downloads/openfst-1.5.1/src/include…
user3241376
  • 407
  • 7
  • 20
0
votes
2 answers

thraxcompiler error while loading shared libraries: libthrax.so.0

I have installed openfst and thraxcompiler successfully. thraxmakedep creates the make file successfully thraxOpenGrm/thrax-1.1.0/src/grammars$ thraxmakedep example.grm after the make file is created, when i run make i get the following…
Tejus Prasad
  • 6,322
  • 7
  • 47
  • 75
0
votes
1 answer

How to properly set fst rules

I got in touch with tranducers and python, so i use default FST library. For example, I have a list ['a','b','c']. I need to replace 'b' if it is followed by 'c'. I make following rules, but it works only if 'b' is between 'a' and 'c' and only…
Mark Okhman
  • 564
  • 6
  • 13
1 2 3
4