From: Eric F. <er...@us...> - 2002-01-03 14:34:34
|
Update of /cvsroot/maxent/maxent In directory usw-pr-cvs1:/tmp/cvs-serv12842 Modified Files: CHANGES Log Message: indexer now drops events with 0 active features Index: CHANGES =================================================================== RCS file: /cvsroot/maxent/maxent/CHANGES,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CHANGES 2002/01/02 20:00:39 1.7 --- CHANGES 2002/01/03 14:34:29 1.8 *************** *** 2,5 **** --- 2,9 ---- _____ + + (opennlp.maxent.DataIndexer) Do not index events with 0 active features. + (Eric) + Upgraded trove dependency to 0.1.1 (includes TIntArrayList, with reset()) (Eric) |