Package edu.cmu.sphinx.linguist.acoustic

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


        searchGraph = new LexTreeSearchGraph(getInitialSearchState());
    }


    protected void generateHmmTree() {
        hmmPool = new HMMPool(acousticModel, logger, unitManager);
        hmmTree = new HMMTree(hmmPool, dictionary, languageModel,
                              addFillerWords, languageWeight);

        hmmPool.dumpInfo();
    }
View Full Code Here

TOP

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

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.