// See www.openfst.org for extensive documentation on this weighted// finite-state transducer library.#include <fst/flags.h>DEFINE_bool(to_final,false,"Push/reweight to final (vs. to initial) states");intfstreweight_main(intargc,char**argv);intmain(intargc,char**argv){returnfstreweight_main(argc,argv);}