8 #ifndef FST_SCRIPT_TEXT_IO_H__ 9 #define FST_SCRIPT_TEXT_IO_H__ 19 bool ReadPotentials(
const string &weight_type,
const string &filename,
20 std::vector<WeightClass> *potentials);
23 const std::vector<WeightClass> &potentials);
28 #endif // FST_SCRIPT_TEXT_IO_H__
bool WritePotentials(const string &filename, const std::vector< WeightClass > &potentials)
bool ReadPotentials(const string &weight_type, const string &filename, std::vector< WeightClass > *potentials)