Package cc.mallet.fst

Class HMMTrainerByLikelihood

    • Constructor Detail

      • HMMTrainerByLikelihood

        public HMMTrainerByLikelihood​(HMM hmm)
    • Method Detail

      • train

        public boolean train​(InstanceList trainingSet,
                             int numIterations)
        Description copied from class: TransducerTrainer
        Train the transducer associated with this TransducerTrainer. You should be able to call this method with different trainingSet objects. Whether this causes the TransducerTrainer to combine both trainingSets or to view the second as a new alternative is at the discretion of the particular TransducerTrainer subclass involved.
        Specified by:
        train in class TransducerTrainer