Go to the source code of this file.
 | 
|    | kaldi | 
|   | This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: 
  | 
|   | 
 | 
| bool  | ReadScriptFile (const std::string &rxfilename, bool warn, std::vector< std::pair< std::string, std::string > > *script_out) | 
|   | 
| bool  | ReadScriptFile (std::istream &is, bool warn, std::vector< std::pair< std::string, std::string > > *script_out) | 
|   | 
| bool  | WriteScriptFile (std::ostream &os, const std::vector< std::pair< std::string, std::string > > &script) | 
|   | 
| bool  | WriteScriptFile (const std::string &wxfilename, const std::vector< std::pair< std::string, std::string > > &script) | 
|   | 
| WspecifierType  | ClassifyWspecifier (const std::string &wspecifier, std::string *archive_wxfilename, std::string *script_wxfilename, WspecifierOptions *opts) | 
|   | 
| RspecifierType  | ClassifyRspecifier (const std::string &rspecifier, std::string *rxfilename, RspecifierOptions *opts) | 
|   |