On Thu, 2008-12-11 at 08:28 -0800, John Hardin wrote: > On Thu, 11 Dec 2008, Karsten Bräckelmann wrote:
> >>> I still recommend initial training, to give Bayes a good kick-start. > >> > >> Initial _manual_ training. > > > > Err... Yes! :) > > The reason I stressed that is it sounds like the OP turned on autolearn > and let that do the initial bayes training, and I think we all agree > that's a bad idea. Yeah, exactly my point, I just didn't express it the way I meant to. Thanks for pointing out the most important part, John. -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}