FST  openfst-1.8.3
OpenFst Library
Functions
fstrelabel.cc File Reference
#include <fst/flags.h>
Include dependency graph for fstrelabel.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_string (relabel_isymbols,"","Input symbol set to relabel to")
 
 DEFINE_string (relabel_osymbols,"","Output symbol set to relabel to")
 
 DEFINE_string (relabel_ipairs,"","Input relabel pairs (numeric)")
 
 DEFINE_string (relabel_opairs,"","Output relabel pairs (numeric)")
 
 DEFINE_string (unknown_isymbol,"","Input symbol to use to relabel OOVs (default: OOVs are errors)")
 
 DEFINE_string (unknown_osymbol,"","Output symbol to use to relabel OOVs (default: OOVs are errors)")
 
int fstrelabel_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_string ( isymbols  ,
""  ,
"Input label symbol table"   
)
DEFINE_string ( osymbols  ,
""  ,
"Output label symbol table"   
)
DEFINE_string ( relabel_isymbols  ,
""  ,
"Input symbol set to relabel to"   
)
DEFINE_string ( relabel_osymbols  ,
""  ,
"Output symbol set to relabel to"   
)
DEFINE_string ( relabel_ipairs  ,
""  ,
"Input relabel pairs (numeric)"   
)
DEFINE_string ( relabel_opairs  ,
""  ,
"Output relabel pairs (numeric)"   
)
DEFINE_string ( unknown_isymbol  ,
""  ,
"Input symbol to use to relabel OOVs (default: OOVs are errors)"   
)
DEFINE_string ( unknown_osymbol  ,
""  ,
"Output symbol to use to relabel OOVs (default: OOVs are errors)"   
)
int fstrelabel_main ( int  argc,
char **  argv 
)

Definition at line 42 of file fstrelabel-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file fstrelabel.cc.