?? hypothesiselement.cpp
字號:
#include "HypothesisElement.h"
using namespace std;
int HypothesisElement::baseID = 0;
HypothesisElement::HypothesisElement()
{
baseScore = 0;
transScore = 0.0;
distortionScore = 0;
wordsPenalty = 0;
lmScore = 0.0;
futureScore = 0.0;
totalScore = 0.0;
lastPos.start = -1;
lastPos.end = -1;
// lenNow = 0;
thisID = 0;
lastID = 0;
prev = -1;
oldphrase.insert(-1);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -