this.linearCorpusGainThetas = linearCorpusGainThetas_;
if(baselineLMOrder>=bleuNgramOrder){
useNoEquivAnnotator = true;
this.riskAnnotatorNoEquiv = new RiskAndFeatureAnnotationOnLMHG(baselineLMOrder, baselineLMFeatID, linearCorpusGainThetas, symbolTbl,
featureStringToIntegerMap, featTemplates, true);
}else{
useNoEquivAnnotator = false;
this.riskAnnotator = new RiskAndFeatureAnnotation(symbolTbl_, 4, linearCorpusGainThetas, featureStringToIntegerMap, featTemplates);