git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9256 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-08-12 03:00:14 +00:00
parent 11a540af02
commit 7e38be6d60
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ foreach $file (@sent) {
$line =~ s/<(.*?)>//gi;; $line =~ s/<(.*?)>//gi;;
$line =~ s/^\s*//; $line =~ s/^\s*//;
$line =~ s/\s*$//; $line =~ s/\s*$//;
$line =~ s/_/ /g;
@tmp = split(' ', $line); @tmp = split(' ', $line);
foreach $tmp (@tmp) { foreach $tmp (@tmp) {
push(@in, uc($tmp)); push(@in, uc($tmp));