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

Go to the source code of this file.

Functions

 DEFINE_string (filename_prefix,"","Prefix to append to filenames")
 
 DEFINE_string (filename_suffix,"","Suffix to append to filenames")
 
 DEFINE_int32 (generate_filenames, 0,"Generate N digit numeric filenames (def: use keys)")
 
 DEFINE_string (keys,"","Extract set of keys separated by comma (default) ""including ranges delimited by dash (default)")
 
 DEFINE_string (key_separator,",","Separator for individual keys")
 
 DEFINE_string (range_delimiter,"-","Delimiter for ranges of keys")
 
int farextract_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_int32 ( generate_filenames  ,
,
"Generate N digit numeric filenames (def: use keys)"   
)
DEFINE_string ( filename_prefix  ,
""  ,
"Prefix to append to filenames"   
)
DEFINE_string ( filename_suffix  ,
""  ,
"Suffix to append to filenames"   
)
DEFINE_string ( keys  ,
""  ,
"Extract set of keys separated by comma (default) ""including ranges delimited by dash (default)"   
)
DEFINE_string ( key_separator  ,
,
,
"Separator for individual keys"   
)
DEFINE_string ( range_delimiter  ,
"-"  ,
"Delimiter for ranges of keys"   
)
int farextract_main ( int  argc,
char **  argv 
)

Definition at line 38 of file farextract-main.cc.

int main ( int  argc,
char **  argv 
)

Definition at line 29 of file farextract.cc.