Questions tagged [thrax-grammer]

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.

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.

3 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
0 answers

Convert language to context free grammer?

Can anyone convert this language to CNF? L= {a^j b^k c^l ; i=j+k , i,j,k>=1} Help me out for this problem please?
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