#include <iterator>
#include <sstream>
#include "nnet3/nnet-descriptor.h"
#include "nnet3/nnet-nnet.h"
#include "nnet3/nnet-computation-graph.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:
|
| |
| | kaldi::nnet3 |
| |
|
| static std::string | ParsingContext (const std::string *token_ptr) |
| |
| static void | ExpectToken (const std::string &token, const std::string &what_we_are_parsing, const std::string **next_token) |
| |
| static int32 | ReadIntegerToken (const std::string &what_we_are_parsing, const std::string **next_token) |
| |