voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
06/17/08 15:25:27 (6 months ago)
Author:
kmaclean
Message:

Updated AudioSegmentation script to include class to interactively update missing word phonemes:
MissingWord::CommandLine?.pm script aloows a user to listen to actual audio segment that corresponds to missing word (+- 0.5 seconds before
and after location of word), and select best phoneme set (using output from g2p and HVite results on the actual audio), or modify suggested phoneme sets to better reflect actual pronunciation of a word

Files:

Legend:

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

    r2609 r2613  
    259259        @lines = sort(@lines);              # sort the list 
    260260        my($line); 
    261         foreach $line (@lines)              # loop thru list 
    262            { 
     261        foreach $line (@lines) {             # loop thru list 
    263262            print DICTIONARY "$line";  # print in sort order 
    264            
     263       
    265264        close(DICTIONARY); 
    266265        return 1;