On Tue, 28 Sep 2004 12:46:17 -0700, "Erik Wickstrom" <[EMAIL PROTECTED]> said: > Hi all, > > 2 problems. > > First, when I train SA on ham or spam, it seems to forget the > counterpart. > > Example: > sa-learn --mbox --showdots --ham inbox > > Would add say 300 hams to the Bayes DB, but turns the spam count to 0 > or a very small number and vice versa (sa-learn --dump magic)
You're not somehow accidentally using the same messages with --ham as with --spam, are you? If SA has learned a message with --ham, then you feed it the same message with --spam, it will un-learn the --ham tokens it got from the first 'learning experience'... -- [EMAIL PROTECTED]