voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
06/26/08 21:52:47 (7 months ago)
Author:
kmaclean
Message:

minor rearranging of methods in Dictionary class; and text correction updates in Text class

Files:

Legend:

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

    r2608 r2625  
    115115                $line =~ s/\]//g; # remove right bracket         
    116116                $line =~ s/\*//g; # remove star                          
     117                $line =~ s/&c/etcetera/g;  
    117118                # Other cleanup !!!!!! need to change the prompts files directly rather than doing this!!! or add to dictionnary!!! 
    118119                $line =~ s/&/AND/g;