⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lat_to_nbest.h

📁 这是处理语音信号的程序
💻 H
字号:
// file: lat_to_nbest.h//// definitions file for the lattice to nbest utility that uses the decoder// and its associated classes//// make sure definitions are made only once//#ifndef __ISIP_LAT_TO_NBEST#define __ISIP_LAT_TO_NBEST// isip include files//#ifndef __ISIP_INTEGRAL#include <integral.h>#endif// forward declaration of classes//#ifndef __ISIP_DECODER#include <decoder.h>#endif// functions to decipher commandline//logical_1 read_cmdline_cc(int_4 argc, char_1** argv, char_1*& prm_file);// functions to read the parameters file//logical_1 read_params_cc(FILE* fp, char_1*& lex_file, char_1*& lm_file,			 char_1*& input_file, char_1*& output_file,			 int_4& ngram, int_4& nbst, int_4& max_paths,			 float_8& beam, float_8& lm_scale,			 float_8& wd_penalty);// function to handle file i/o//logical_1 open_file_cc(FILE*& fp, char_1* file_name, char_1* mode);// end of file//#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -