Go to the source code of this file.
|
| DEFINE_string (call_arc_labeling,"input","Which labels to make non-epsilon on the call arc: ""one of: \"input\" (default), \"output\", \"both\", \"neither\"") |
|
| DEFINE_string (return_arc_labeling,"neither","Which labels to make non-epsilon on the return arc: ""one of: \"input\", \"output\", \"both\", \"neither\" (default)") |
|
| DEFINE_int64 (return_label, 0,"Label to put on return arc") |
|
| DEFINE_bool (epsilon_on_replace, false,"Call/return arcs are epsilon arcs?") |
|
int | fstreplace_main (int argc, char **argv) |
|
int | main (int argc, char **argv) |
|
DEFINE_bool |
( |
epsilon_on_replace |
, |
|
|
false |
, |
|
|
"Call/return arcs are epsilon arcs?" |
|
|
) |
| |
DEFINE_int64 |
( |
return_label |
, |
|
|
0 |
, |
|
|
"Label to put on return arc" |
|
|
) |
| |
DEFINE_string |
( |
call_arc_labeling |
, |
|
|
"input" |
, |
|
|
"Which labels to make non-epsilon on the call arc: ""one of: \"input\" |
default, |
|
|
\"output\" |
, |
|
|
\"both\" |
, |
|
|
\"neither\"" |
|
|
) |
| |
DEFINE_string |
( |
return_arc_labeling |
, |
|
|
"neither" |
, |
|
|
"Which labels to make non-epsilon on the return arc: ""one of: \"input\" |
, |
|
|
\"output\" |
, |
|
|
\"both\" |
, |
|
|
\"neither\" (default)" |
|
|
) |
| |
int fstreplace_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |