📄 ngram_node_constants.h
字号:
// file: ngram_node_constants.h//// this is the header for the path ngram_node class//// make sure definitions are only made once//#ifndef __ISIP_NGRAM_NODE_CONSTANTS#define __ISIP_NGRAM_NODE_CONSTANTS// isip include files//#ifndef __ISIP_INTEGRAL_CONSTANTS#include <integral_constants.h>#endif#ifndef __ISIP_WORD_CONSTANTS#include <word_constants.h>#endif// define the class name//#define NGRAM_NODE_CLASS_NAME (char_1*)"Ngram_node"// define some constants//#define NGRAM_NODE_DEFAULT_SCORE (float_4)-1.0e10// end of file//#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -