// See www.openfst.org for extensive documentation on this weighted// finite-state transducer library.#include <fst/flags.h>DEFINE_string(fst_type,"vector","Output FST type");intfstconvert_main(intargc,char**argv);intmain(intargc,char**argv){returnfstconvert_main(argc,argv);}