FST  openfst-1.8.3
OpenFst Library
Functions
farencode.cc File Reference
#include <fst/flags.h>
Include dependency graph for farencode.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")
 
 DEFINE_string (far_type,"default","FAR file format type: one of: \"default\", \"fst\", ""\"stlist\", \"sttable\"; ""the input FAR type is used if \"default\"")
 
int farencode_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"   
)
DEFINE_string ( far_type  ,
"default"  ,
"FAR file format type: one of: \"default\"  ,
\"fst\"  ,
""\"stlist\"  ,
\"sttable\"; ""the input FAR type is used if \"default\""   
)
int farencode_main ( int  argc,
char **  argv 
)

Definition at line 41 of file farencode-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file farencode.cc.