FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
sigma-fst.cc File Reference
#include <fst/extensions/special/sigma-fst.h>
#include <fst/flags.h>
#include <fst/arc.h>
#include <fst/register.h>
Include dependency graph for sigma-fst.cc:

Go to the source code of this file.

Namespaces

 fst
 

Functions

 DEFINE_int64 (sigma_fst_sigma_label, 0,"Label of transitions to be interpreted as sigma ('any') ""transitions")
 
 DEFINE_string (sigma_fst_rewrite_mode,"auto","Rewrite both sides when matching? One of:"" \"auto\" (rewrite iff acceptor), \"always\", \"never\"")
 
 fst::REGISTER_FST (SigmaFst, StdArc)
 
 fst::REGISTER_FST (SigmaFst, LogArc)
 
 fst::REGISTER_FST (SigmaFst, Log64Arc)
 
 fst::REGISTER_FST (InputSigmaFst, StdArc)
 
 fst::REGISTER_FST (InputSigmaFst, LogArc)
 
 fst::REGISTER_FST (InputSigmaFst, Log64Arc)
 
 fst::REGISTER_FST (OutputSigmaFst, StdArc)
 
 fst::REGISTER_FST (OutputSigmaFst, LogArc)
 
 fst::REGISTER_FST (OutputSigmaFst, Log64Arc)
 

Function Documentation

DEFINE_int64 ( sigma_fst_sigma_label  ,
,
"Label of transitions to be interpreted as sigma ('any') ""transitions"   
)
DEFINE_string ( sigma_fst_rewrite_mode  ,
"auto"  ,
"Rewrite both sides when matching? One of:"" \"auto\"   rewrite iff acceptor,
\"always\"  ,
\"never\""   
)