Questions tagged [thrax-compiler]

The OpenGrm Thrax Grammar Compiler is a set of tools for compiling grammars expressed as regular expressions and context-dependent rewrite rules into weighted finite-state transducers using the OpenFst format.

The OpenGrm Thrax Grammar Compiler is a set of tools for compiling grammars expressed as regular expressions and context-dependent rewrite rules into weighted finite-state transducers using the OpenFst format. The OpenGrm Thrax tools compile grammars expressed as regular expressions and context-dependent rewrite rules into weighted finite-state transducers. It makes use of functionality in the OpenFst library to create, access and manipulate compiled grammars.

2 questions
2
votes
0 answers

How to make Makefile to use openFST,Thrax and MITIE libraries using C++?

I want to use the openFst and Thrax library (both used for text matching and masking) openfst along with MITIE library github (use its tokenization functionality) in C++. But I am unable to create a Makefile for the code where I import the header…
Anurag
  • 451
  • 5
  • 4
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