|
|
@ -13,9 +13,9 @@
|
|
|
|
// limitations under the License.
|
|
|
|
// limitations under the License.
|
|
|
|
|
|
|
|
|
|
|
|
#include "decoder/param.h"
|
|
|
|
#include "decoder/param.h"
|
|
|
|
#include "recognizer/u2_recognizer.h"
|
|
|
|
|
|
|
|
#include "kaldi/feat/wave-reader.h"
|
|
|
|
#include "kaldi/feat/wave-reader.h"
|
|
|
|
#include "kaldi/util/table-types.h"
|
|
|
|
#include "kaldi/util/table-types.h"
|
|
|
|
|
|
|
|
#include "recognizer/u2_recognizer.h"
|
|
|
|
|
|
|
|
|
|
|
|
DEFINE_string(wav_rspecifier, "", "test feature rspecifier");
|
|
|
|
DEFINE_string(wav_rspecifier, "", "test feature rspecifier");
|
|
|
|
DEFINE_string(result_wspecifier, "", "test result wspecifier");
|
|
|
|
DEFINE_string(result_wspecifier, "", "test result wspecifier");
|
|
|
|