#include "util/kaldi-io.h"
#include <errno.h>
#include <cstdlib>
#include "base/kaldi-math.h"
#include "util/text-utils.h"
#include "util/parse-options.h"
#include "util/kaldi-holder.h"
#include "util/kaldi-pipebuf.h"
#include "util/kaldi-table.h"
#include <stdio.h>
#include <stdlib.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:
|
| |
|
| std::string | PrintableRxfilename (const std::string &rxfilename) |
| | PrintableRxfilename turns the rxfilename into a more human-readable form for error reporting, i.e. More...
|
| |
| std::string | PrintableWxfilename (const std::string &wxfilename) |
| | PrintableWxfilename turns the wxfilename into a more human-readable form for error reporting, i.e. More...
|
| |
| OutputType | ClassifyWxfilename (const std::string &wxfilename) |
| | ClassifyWxfilename interprets filenames as follows: More...
|
| |
| InputType | ClassifyRxfilename (const std::string &rxfilename) |
| | ClassifyRxfilenames interprets filenames for reading as follows: More...
|
| |
| template<> |
| void | ReadKaldiObject (const std::string &filename, Matrix< float > *m) |
| |
| template<> |
| void | ReadKaldiObject (const std::string &filename, Matrix< double > *m) |
| |
◆ MapOsPath