695696697698699700701702703704705
endTagIdx++; } endTagIdx -= 1; Segment s = new Segment(input, outputs[a], outputs[a], j, endTagIdx, tag, outputs[a].get(endTagIdx)); conf = cfb.estimateConfidenceFor(s, lattice); } if(!tag.equals("O")) { tag = tag + ":" + Double.toString(conf); }