From: <jgr...@us...> - 2003-05-20 20:20:37
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv27372a/UI Modified Files: HTML.pm Log Message: Fix inconsistent language referring to stop_word vs stopword Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.155 retrieving revision 1.156 diff -C2 -d -r1.155 -r1.156 *** HTML.pm 20 May 2003 20:15:03 -0000 1.155 --- HTML.pm 20 May 2003 20:20:33 -0000 1.156 *************** *** 1174,1178 **** my $groupSize = 5; my $firstRow = 1; ! for my $word (sort keys %{$self->{classifier__}->get_stop_word_list()}) { $word =~ /^(.)/; if ( $1 ne $last ) { --- 1174,1178 ---- my $groupSize = 5; my $firstRow = 1; ! for my $word (sort keys %{$self->{classifier__}->get_stopword_list()}) { $word =~ /^(.)/; if ( $1 ne $last ) { |