Package edu.umd.hooka.alignment.hmm

Examples of edu.umd.hooka.alignment.hmm.HMM_NullWord


              ttfs, ltp, true);
        ATable atable = loadATable(job.getATablePath(), job);
        if (!useNullWord)
          trainer = new HMM(ttable, atable);
        else
          trainer = new HMM_NullWord(ttable, atable, job.getHMMp0());
      } else
        throw new RuntimeException("Don't understand initialization stategy: " + trainerType);
    }   
View Full Code Here

TOP

Related Classes of edu.umd.hooka.alignment.hmm.HMM_NullWord

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.