Package edu.cmu.sphinx.linguist.acoustic

Examples of edu.cmu.sphinx.linguist.acoustic.HMM


            } else {
                // if it's not a phone, and it's not silence, it's a
                // dummy node, and we don't care.
                continue;
            }
            HMM hmm =
                acousticModel.lookupNearestHMM(unit, HMMPosition.UNDEFINED, false);
            Graph modelGraph = buildModelGraph((SenoneHMM)hmm);
            modelGraph.validate();
            hmmGraph.insertGraph(modelGraph, node);
        }
View Full Code Here

TOP

Related Classes of edu.cmu.sphinx.linguist.acoustic.HMM

Copyright © 2018 www.massapicom. 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.