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

📄 ngram_constants.h

📁 这是处理语音信号的程序
💻 H
字号:
// file: ngram_constants.h//// this is the header for the path ngram class//// make sure definitions are only made once//#ifndef __ISIP_NGRAM_CONSTANTS#define __ISIP_NGRAM_CONSTANTS// isip include files//#ifndef __ISIP_INTEGRAL_CONSTANTS#include <integral_constants.h>#endif#ifndef __ISIP_HASH_TABLE_CONSTANTS#include <hash_table_constants.h>#endif#ifndef __ISIP_NGRAM_LIST_CONSTANTS#include <ngram_list_constants.h>#endif// define the class name//#define NGRAM_CLASS_NAME (char_1*)"Ngram"// define some constants//#define NGRAM_DEFAULT_ORDER (int_4)0#define NGRAM_LMSCALE (float_4)1#define NGRAM_WDPENALTY (float_4)0#define NGRAM_LOGTEN (float_4)2.302585#define NGRAM_DATA_TAG (char_1*)"data\\"#define NGRAM_LM_TAG (char*)"lm_params\\"#define NGRAM_DELIMITER (char_1*)"="// end of file//#endif

⌨️ 快捷键说明

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