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

Go to the source code of this file.

Functions

 DEFINE_string (pdt_parentheses,"","PDT parenthesis label pairs")
 
 DEFINE_bool (left_pdt, true,"Is the first argument the PDT?")
 
 DEFINE_bool (connect, true,"Trim output?")
 
 DEFINE_string (compose_filter,"paren","Composition filter, one of: \"expand\", \"expand_paren\", ""\"paren\"")
 
int pdtcompose_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

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

Definition at line 31 of file pdtcompose.cc.

int pdtcompose_main ( int  argc,
char **  argv 
)

Definition at line 40 of file pdtcompose-main.cc.