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

Go to the source code of this file.

Functions

 DEFINE_bool (acceptor, false,"Input in acceptor format")
 
 DEFINE_string (arc_type,"standard","Output arc type")
 
 DEFINE_string (fst_type,"vector","Output FST type")
 
 DEFINE_string (isymbols,"","Input label symbol table")
 
 DEFINE_string (osymbols,"","Output label symbol table")
 
 DEFINE_string (ssymbols,"","State label symbol table")
 
 DEFINE_bool (keep_isymbols, false,"Store input label symbol table with FST")
 
 DEFINE_bool (keep_osymbols, false,"Store output label symbol table with FST")
 
 DEFINE_bool (keep_state_numbering, false,"Do not renumber input states")
 
int fstcompile_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( acceptor  ,
false  ,
"Input in acceptor format"   
)
DEFINE_bool ( keep_isymbols  ,
false  ,
"Store input label symbol table with FST"   
)
DEFINE_bool ( keep_osymbols  ,
false  ,
"Store output label symbol table with FST"   
)
DEFINE_bool ( keep_state_numbering  ,
false  ,
"Do not renumber input states"   
)
DEFINE_string ( arc_type  ,
"standard"  ,
"Output arc type"   
)
DEFINE_string ( fst_type  ,
"vector"  ,
"Output FST type"   
)
DEFINE_string ( isymbols  ,
""  ,
"Input label symbol table"   
)
DEFINE_string ( osymbols  ,
""  ,
"Output label symbol table"   
)
DEFINE_string ( ssymbols  ,
""  ,
"State label symbol table"   
)
int fstcompile_main ( int  argc,
char **  argv 
)

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

int main ( int  argc,
char **  argv 
)

Definition at line 32 of file fstcompile.cc.