voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
05/21/08 15:26:36 (8 months ago)
Author:
kmaclean
Message:

AudioSegmentation scripts -snapshot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook/Dictionary.pm

    r2588 r2589  
    9999        open(MISSINGWORDSOUT,">$missing_words_out") or confess ("cannot open $missing_words_out file"); 
    100100        open(LOG,">>$log") or confess ("cannot open $log file"); 
    101         print LOG "\nMissing Words added to Pronunciation Dictionary:\n";      
    102         print LOG "------------------------------------------------\n";                
     101        print LOG "\nMissing Words that need to be added to Pronunciation Dictionary, with suggested pronunciations:\n";       
     102        print LOG   "-----------------------------------------------------------------------------------------------\n";               
    103103        my ($word, $phonemes); 
    104104        format MISSINGWORDSOUT =