Home | History | Annotate | Download | only in pdt

Lines Matching full:pdt

19 // Composes a PDT and an FST.
28 #include <fst/extensions/pdt/pdtscript.h>
31 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
32 DEFINE_bool(left_pdt, true, "1st arg is PDT (o.w. 2nd arg).");
38 string usage = "Compose a PDT and an FST.\n\n Usage: ";
40 usage += " in.pdt in.fst [out.pdt]\n";
41 usage += " in.fst in.pdt [out.pdt]\n";
65 LOG(ERROR) << argv[0] << ": No PDT parenthesis label pairs provided";