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

Go to the source code of this file.

Functions

 DEFINE_string (arc_type,"standard","Output arc type")
 
 DEFINE_string (epsilon_symbol,"<eps>","Epsilon symbol")
 
 DEFINE_string (unknown_symbol,"<unk>","Unknown word symbol")
 
 DEFINE_string (vocab,"","Path to the vocabulary file")
 
 DEFINE_string (out,"","Path to the output binary")
 
 DEFINE_string (save_isymbols,"","Save input symbol table to file")
 
 DEFINE_string (save_fsymbols,"","Save feature symbol table to file")
 
 DEFINE_string (save_osymbols,"","Save output symbol table to file")
 
int fstlinear_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_string ( arc_type  ,
"standard"  ,
"Output arc type"   
)
DEFINE_string ( epsilon_symbol  ,
"<eps>"  ,
"Epsilon symbol"   
)
DEFINE_string ( unknown_symbol  ,
"<unk>"  ,
"Unknown word symbol"   
)
DEFINE_string ( vocab  ,
""  ,
"Path to the vocabulary file"   
)
DEFINE_string ( out  ,
""  ,
"Path to the output binary"   
)
DEFINE_string ( save_isymbols  ,
""  ,
"Save input symbol table to file"   
)
DEFINE_string ( save_fsymbols  ,
""  ,
"Save feature symbol table to file"   
)
DEFINE_string ( save_osymbols  ,
""  ,
"Save output symbol table to file"   
)
int fstlinear_main ( int  argc,
char **  argv 
)

Definition at line 30 of file fstlinear-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file fstlinear.cc.