Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Labeling Data

iondel edited this page Aug 24, 2016 · 1 revision

Once a phone-loop model has been trained, it can be used to label new data by running:

utils/phone_loop_label.sh setup.sh parallel_opts keys_file model_in_dir output_dir

For each utterance specified in keys_file, we compute the best path using the viterbi algorithm. The output is stored in output_dir/key.lab in HTK label file format.

Clone this wiki locally