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

Go to the source code of this file.

Functions

 DEFINE_bool (decode, false,"Decode labels and/or weights")
 
 DEFINE_bool (encode_labels, false,"Encode output labels")
 
 DEFINE_bool (encode_weights, false,"Encode weights")
 
 DEFINE_bool (encode_reuse, false,"Re-use existing mapper")
 
int fstencode_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( decode  ,
false  ,
"Decode labels and/or weights"   
)
DEFINE_bool ( encode_labels  ,
false  ,
"Encode output labels"   
)
DEFINE_bool ( encode_weights  ,
false  ,
"Encode weights"   
)
DEFINE_bool ( encode_reuse  ,
false  ,
"Re-use existing mapper"   
)
int fstencode_main ( int  argc,
char **  argv 
)

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

int main ( int  argc,
char **  argv 
)

Definition at line 27 of file fstencode.cc.