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

Go to the source code of this file.

Functions

 DEFINE_double (delta, fst::kDelta,"Comparison/quantization delta")
 
 DEFINE_int64 (nstate, fst::kNoStateId,"State number threshold")
 
 DEFINE_string (weight,"","Weight threshold")
 
 DEFINE_int64 (subsequential_label, 0,"Input label of arc corresponding to residual final output when"" producing a subsequential transducer")
 
int fstdisambiguate_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_double ( delta  ,
fst::kDelta  ,
"Comparison/quantization delta"   
)
DEFINE_int64 ( nstate  ,
fst::kNoStateId  ,
"State number threshold"   
)
DEFINE_int64 ( subsequential_label  ,
,
"Input label of arc corresponding to residual final output when"" producing a subsequential transducer"   
)
DEFINE_string ( weight  ,
""  ,
"Weight threshold"   
)
int fstdisambiguate_main ( int  argc,
char **  argv 
)

Definition at line 34 of file fstdisambiguate-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file fstdisambiguate.cc.