From: <jgr...@us...> - 2003-04-12 21:16:58
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1:/tmp/cvs-serv1534/languages Modified Files: English.msg Log Message: Added infrastructure for QuickMagnets and made all the colorized output use words from the current language, also added false positive and false negative counting; NOTE THAT THESE ARE NOT FULLY WORKING; this check in is so that Sam and I do not diverge too much Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** English.msg 7 Apr 2003 17:55:57 -0000 1.24 --- English.msg 12 Apr 2003 21:16:54 -0000 1.25 *************** *** 22,25 **** --- 22,28 ---- Classification Classification Reclassify Reclassify + Probability Probability + Scores Scores + QuickMagnets QuickMagnets Undo Undo Close Close *************** *** 41,44 **** --- 44,49 ---- Score Score Lookup Lookup + Word Word + Count Count # The header and footer that appear on every UI page *************** *** 203,206 **** --- 208,213 ---- Bucket_Accuracy Accuracy Bucket_ClassificationCount Classification Count + Bucket_ClassificationFP False Positives + Bucket_ClassificationFN False Negatives Bucket_ResetStatistics Reset Statistics Bucket_LastReset Last Reset |