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

Go to the source code of this file.

Functions

 DEFINE_string (pdt_parentheses,"","PDT parenthesis label pairs")
 
 DEFINE_bool (connect, true,"Trim output?")
 
 DEFINE_bool (keep_parentheses, false,"Keep PDT parentheses in result?")
 
 DEFINE_string (weight,"","Weight threshold")
 
int pdtexpand_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( connect  ,
true  ,
"Trim output?"   
)
DEFINE_bool ( keep_parentheses  ,
false  ,
"Keep PDT parentheses in result?"   
)
DEFINE_string ( pdt_parentheses  ,
""  ,
"PDT parenthesis label pairs"   
)
DEFINE_string ( weight  ,
""  ,
"Weight threshold"   
)
int main ( int  argc,
char **  argv 
)

Definition at line 29 of file pdtexpand.cc.

int pdtexpand_main ( int  argc,
char **  argv 
)

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