From: Jason B. <jas...@us...> - 2002-04-30 08:48:39
|
Update of /cvsroot/maxent/maxent In directory usw-pr-cvs1:/tmp/cvs-serv19942 Modified Files: CHANGES Log Message: Fixed bug: BasicContextGenerator was retaining whitespace. Index: CHANGES =================================================================== RCS file: /cvsroot/maxent/maxent/CHANGES,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** CHANGES 25 Apr 2002 15:01:07 -0000 1.14 --- CHANGES 30 Apr 2002 08:48:35 -0000 1.15 *************** *** 1,4 **** --- 1,6 ---- 1.2.10 ------ + Fixed minor bug (found by Arno Erpenbeck) in BasicContextGenerator: it + was retaining whitespace in the contextual predicates. (Jason) Added error message to TrainEval's eval() method. (Jason) |