voxforge.org
VoxForge Dev

Changeset 2285

Show
Ignore:
Timestamp:
09/01/07 00:58:32 (1 year ago)
Author:
kmaclean
Message:

update PROMPTS.pm to remove questions marks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Audio_scripts/UserSubmission/PROMPTS.pm

    r2263 r2285  
    117117                        $linescalar =~ s/;//g; # semi-colon 
    118118                        $linescalar =~ s/!//g; # exclamation mark 
     119                        $linescalar =~ s/\?//g; # question mark 
    119120                        # Other cleanup !!!!!! need to change the prompts files directly rather than doing this!!! or add to dictionnary!!! 
    120121                        $linescalar =~ s/&/AND/g;