From: <jgr...@us...> - 2003-02-18 14:50:17
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv20563 Modified Files: bayes.pl Log Message: Turn on classifier debug output in bayes.pl Index: bayes.pl =================================================================== RCS file: /cvsroot/popfile/engine/bayes.pl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** bayes.pl 11 Feb 2003 18:46:43 -0000 1.14 --- bayes.pl 18 Feb 2003 14:50:10 -0000 1.15 *************** *** 21,25 **** } ! $b->{debug} = 0; $b->{parser}->{debug} = 0; $b->load_word_matrix(); --- 21,25 ---- } ! $b->{debug} = 1; $b->{parser}->{debug} = 0; $b->load_word_matrix(); |