FST  openfst-1.8.3
OpenFst Library
Functions
fstmap.cc File Reference
#include <fst/flags.h>
#include <fst/weight.h>
Include dependency graph for fstmap.cc:

Go to the source code of this file.

Functions

 DEFINE_double (delta, fst::kDelta,"Comparison/quantization delta")
 
 DEFINE_string (map_type,"identity","Map operation: one of \"arc_sum\", \"arc_unique\", ""\"identity\", \"input_epsilon\", \"invert\", \"output_epsilon\", ""\"plus (--weight)\", \"power (--power)\", \"quantize (--delta)\", ""\"rmweight\", \"superfinal\", \"times (--weight)\", ""\"to_log\", \"to_log64\", \"to_std\"")
 
 DEFINE_double (power, 1.0,"Power parameter")
 
 DEFINE_string (weight,"","Weight parameter")
 
int fstmap_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_double ( delta  ,
fst::kDelta  ,
"Comparison/quantization delta"   
)
DEFINE_double ( power  ,
1.  0,
"Power parameter"   
)
DEFINE_string ( map_type  ,
"identity"  ,
"Map operation: one of \"arc_sum\"  ,
\"arc_unique\"  ,
""\"identity\"  ,
\"input_epsilon\"  ,
\"invert\"  ,
\"output_epsilon\"  ,
""\"plus (--weight)\"  ,
\"power (--power)\"  ,
\"quantize (--delta)\"  ,
""\"rmweight\"  ,
\"superfinal\"  ,
\"times (--weight)\"  ,
""\"to_log\"  ,
\"to_log64\"  ,
\"to_std\""   
)
DEFINE_string ( weight  ,
""  ,
"Weight parameter"   
)
int fstmap_main ( int  argc,
char **  argv 
)

Definition at line 36 of file fstmap-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file fstmap.cc.