Examples of estimateConfidenceFor()


Examples of cc.mallet.fst.confidence.ConstrainedForwardBackwardConfidenceEstimator.estimateConfidenceFor()

                              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);
                          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.