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

Go to the source code of this file.

Functions

 DEFINE_double (delta, fst::kDelta,"Comparison/quantization delta")
 
 DEFINE_bool (push_weights, false,"Push weights")
 
 DEFINE_bool (push_labels, false,"Push output labels")
 
 DEFINE_bool (remove_total_weight, false,"Remove total weight when pushing weights")
 
 DEFINE_bool (remove_common_affix, false,"Remove common prefix/suffix when pushing labels")
 
 DEFINE_string (reweight_type,"to_initial","Push/reweight to final (vs. to initial) states: one of ""\"to_initial\", \"to_final\"")
 
int fstpush_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( push_weights  ,
false  ,
"Push weights"   
)
DEFINE_bool ( push_labels  ,
false  ,
"Push output labels"   
)
DEFINE_bool ( remove_total_weight  ,
false  ,
"Remove total weight when pushing weights"   
)
DEFINE_bool ( remove_common_affix  ,
false  ,
"Remove common prefix/suffix when pushing labels"   
)
DEFINE_double ( delta  ,
fst::kDelta  ,
"Comparison/quantization delta"   
)
DEFINE_string ( reweight_type  ,
"to_initial"  ,
"Push/reweight to final (vs. to initial) states: one of ""\"to_initial\"  ,
\"to_final\""   
)
int fstpush_main ( int  argc,
char **  argv 
)

Definition at line 39 of file fstpush-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file fstpush.cc.