Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
awbcmu committed Jan 5, 2019
1 parent b988af0 commit f586985
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -120,6 +120,22 @@ end to about 20GB). The alignments themselves are usually around 2GB.

Aligning all 700 languages will take around 13 years on a single machine.

# Creating phone level alignments for all utterances

Given the sentence level alignments generated by fast_make_align or
full_make_align, you can generate phone level alignments for every
utterance with

cd NANTTV
nohup ../bin/do_found make_phone_alignments &

This may take several hours to run the hmm aligner. The generated
phone alignments are in v_ph_aligns/lab/*.lab in Xlabel ascii format.
Full Festival utterances with all alignments and linked with
syllables, words etc are available in v_ph_aligns/festival/utts/*.utt.
See http://www.festvox.org/bsv/x1902.html for an example of dumping
features and model building.

# Acknowledgments

This dataset was prepared by Alan W Black (awb@cs.cmu.edu) with substantial
Expand Down

0 comments on commit f586985

Please sign in to comment.