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

Go to the source code of this file.

Functions

 DEFINE_string (mpdt_parentheses,"","MPDT parenthesis label pairs with assignments")
 
 DEFINE_bool (left_mpdt, true,"Is the first argument the MPDT?")
 
 DEFINE_bool (connect, true,"Trim output?")
 
 DEFINE_string (compose_filter,"paren","Composition filter, one of: \"expand\", \"expand_paren\", ""\"paren\"")
 
int mpdtcompose_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( left_mpdt  ,
true  ,
"Is the first argument the MPDT?"   
)
DEFINE_bool ( connect  ,
true  ,
"Trim output?"   
)
DEFINE_string ( mpdt_parentheses  ,
""  ,
"MPDT parenthesis label pairs with assignments"   
)
DEFINE_string ( compose_filter  ,
"paren"  ,
"Composition  filter,
one of:\"expand\"  ,
\"expand_paren\"  ,
""\"paren\""   
)
int main ( int  argc,
char **  argv 
)

Definition at line 32 of file mpdtcompose.cc.

int mpdtcompose_main ( int  argc,
char **  argv 
)

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