On Sun, 2011-11-06 at 16:23 -0800, John Hardin wrote: > On Mon, 7 Nov 2011, Karsten Bräckelmann wrote: > > > > However, John, I strongly urge you NOT to include that rule in your > > > > sandbox for stock. This is the wrong thing to do, and basically > > > > contradicts everything SA stands for. > > > > > > I suspect the corpora and the scoring logic won't make it have much effect > > > anyway, if it makes the promotion criteria. > > > > tflags nopublish > > Sure.
Ah, if you set that, great. :) Your original response and the part quoted above about "not much effect" and promotion sounded like you intended that rule to possibly go live. To me, at least, maybe I misunderstood. -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; 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; }}}