#include <string>
#include <vector>
#include <utility>
#include "base/kaldi-common.h"
#include "util/kaldi-holder.h"
#include "util/kaldi-table-inl.h"
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:
|
|
|
typedef std::vector< std::string > | KeyList |
|
|
WspecifierType | ClassifyWspecifier (const std::string &wspecifier, std::string *archive_wxfilename, std::string *script_wxfilename, WspecifierOptions *opts) |
|
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 (const std::string &wxfilename, const std::vector< std::pair< std::string, std::string > > &script) |
|
bool | WriteScriptFile (std::ostream &os, const std::vector< std::pair< std::string, std::string > > &script) |
|
RspecifierType | ClassifyRspecifier (const std::string &rspecifier, std::string *rxfilename, RspecifierOptions *opts) |
|