w00t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9256 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
11a540af02
commit
7e38be6d60
|
@ -44,6 +44,7 @@ foreach $file (@sent) {
|
|||
$line =~ s/<(.*?)>//gi;;
|
||||
$line =~ s/^\s*//;
|
||||
$line =~ s/\s*$//;
|
||||
$line =~ s/_/ /g;
|
||||
@tmp = split(' ', $line);
|
||||
foreach $tmp (@tmp) {
|
||||
push(@in, uc($tmp));
|
||||
|
|
Loading…
Reference in New Issue