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

Go to the source code of this file.

Functions

 DEFINE_bool (keep_parentheses, false,"Keep PDT parentheses in result?")
 
 DEFINE_string (queue_type,"fifo","Queue type: one of: ""\"fifo\", \"lifo\", \"state\"")
 
 DEFINE_bool (path_gc, true,"Garbage collect shortest path data?")
 
 DEFINE_string (pdt_parentheses,"","PDT parenthesis label pairs")
 
int pdtshortestpath_main (int argc, char **argv)
 
int main (int argc, char **argv)
 

Function Documentation

DEFINE_bool ( keep_parentheses  ,
false  ,
"Keep PDT parentheses in result?"   
)
DEFINE_bool ( path_gc  ,
true  ,
"Garbage collect shortest path data?"   
)
DEFINE_string ( queue_type  ,
"fifo"  ,
"Queue type: one of: ""\"fifo\"  ,
\"lifo\"  ,
\"state\""   
)
DEFINE_string ( pdt_parentheses  ,
""  ,
"PDT parenthesis label pairs"   
)
int main ( int  argc,
char **  argv 
)

Definition at line 31 of file pdtshortestpath.cc.

int pdtshortestpath_main ( int  argc,
char **  argv 
)

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