21 "Which labels to make non-epsilon on the call arc: " 22 "one of: \"input\" (default), \"output\", \"both\", \"neither\"");
24 "Which labels to make non-epsilon on the return arc: " 25 "one of: \"input\", \"output\", \"both\", \"neither\" (default)");
26 DEFINE_int64(return_label, 0,
"Label to put on return arc");
27 DEFINE_bool(epsilon_on_replace,
false,
"Call/return arcs are epsilon arcs?");
DEFINE_bool(epsilon_on_replace, false,"Call/return arcs are epsilon arcs?")
DEFINE_int64(return_label, 0,"Label to put on return arc")
int fstreplace_main(int argc, char **argv)
int main(int argc, char **argv)
DEFINE_string(call_arc_labeling,"input","Which labels to make non-epsilon on the call arc: ""one of: \"input\" (default), \"output\", \"both\", \"neither\"")