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

Go to the source code of this file.

Functions

 DEFINE_string (isymbols,"","Input label symbol table")
 
 DEFINE_string (osymbols,"","Output label symbol table")
 
 DEFINE_bool (clear_isymbols, false,"Clear input symbol table")
 
 DEFINE_bool (clear_osymbols, false,"Clear output symbol table")
 
 DEFINE_string (relabel_ipairs,"","Input relabel pairs (numeric)")
 
 DEFINE_string (relabel_opairs,"","Output relabel pairs (numeric)")
 
 DEFINE_string (save_isymbols,"","Save fst file's input symbol table to file")
 
 DEFINE_string (save_osymbols,"","Save fst file's output symbol table to file")
 
 DEFINE_bool (verify, false,"Verify fst properities before saving")
 
int fstsymbols_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( clear_isymbols  ,
false  ,
"Clear input symbol table"   
)
DEFINE_bool ( clear_osymbols  ,
false  ,
"Clear output symbol table"   
)
DEFINE_bool ( verify  ,
false  ,
"Verify fst properities before saving"   
)
DEFINE_string ( isymbols  ,
""  ,
"Input label symbol table"   
)
DEFINE_string ( osymbols  ,
""  ,
"Output label symbol table"   
)
DEFINE_string ( relabel_ipairs  ,
""  ,
"Input relabel pairs (numeric)"   
)
DEFINE_string ( relabel_opairs  ,
""  ,
"Output relabel pairs (numeric)"   
)
DEFINE_string ( save_isymbols  ,
""  ,
"Save fst file's input symbol table to file"   
)
DEFINE_string ( save_osymbols  ,
""  ,
"Save fst file's output symbol table to file"   
)
int fstsymbols_main ( int  argc,
char **  argv 
)

Definition at line 45 of file fstsymbols-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 32 of file fstsymbols.cc.