Package com.sun.speech.freetts.cart

Examples of com.sun.speech.freetts.cart.CART.interpret()


        // because what it does is find all the candidates for the item
        // and return the head of the queue.
      String unitType = item.getFeatures().getString("clunit_name");
      CART cart = clunitDB.getTree(unitType);
        // Here, the unit candidates are selected.
      int[] clist = (int[]) cart.interpret(item);
        // Now, clist is an array of instance numbers for the units of type
        // unitType that belong to the best cluster according to the CART.
       
      ViterbiCandidate p;
      ViterbiCandidate all;
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.