// See www.openfst.org for extensive documentation on this weighted// finite-state transducer library.#include <fst/flags.h>DEFINE_bool(project_output,false,"Project on output (vs. input)");intfstproject_main(intargc,char**argv);intmain(intargc,char**argv){returnfstproject_main(argc,argv);}