# parameters file for hmm training utility # # define monophones file and special models list # monophones_file = ../../flat_start/data/fs_ci_models.text special_model_list = ../../flat_start/data/special_models.text # define input file # input_file = ../flat_start/data/mfcc_data.list # define transitions file # transitions_file = trans.text # define state file # states_file = tri_states.bin # define the updated states file # updated_states_file = new_states.text # define the updated transitions file # updated_trans_file = new_trans.text # define models file # models_file = tri_models.text # define phones file # phones_file = tri_phones.text # define lexicon file # lexicon_file = ../../flat_start/data/lexicon.text # define word level transcriptions file and mlf mode # mlf_file = ../../flat_start/data/fs_train_word.mlf mlf_mode = word_mlf # define alignment mode # align_mode = state # define input mode # input_mode = binary # define output state definition file format : binary or ascii # output_mode = binary # define context mode: monophone, word_internal or triphone # context_mode = cross_word # define parameters for decoding # n-best = 1 context_size = 3 beam_width = 300 300 300 max_active_phones = 2000 # end of file #