You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/09/03 04:57:39 UTC

[Bug 2978] patch to add support for fuzzy matching

http://bugzilla.spamassassin.org/show_bug.cgi?id=2978





------- Additional Comments From jm@jmason.org  2004-09-02 19:57 -------
Created an attachment (id=2303)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2303&action=view)
Scott Crosby's edit-distance script

here's another edit-distance tool.  Scott Crosby pinged me about it and I said
I'd upload it to the bz.  it's FP rate seems a little safer...

samples:

: jm 1174...; cat /usr/share/dict/words | perl ~/DL/distance2.pl viagra 2.0
Agra viagra :  1.5;
miqra viagra :	1.9;
Sagra viagra :	1.8;
ultra viagra :	2;
vajra viagra :	1.8;
vara viagra :  1.5;
viagram viagra :  0.9;
viagraph viagra :  1.8;
viga viagra :  1.5;
vigia viagra :	1.8;
vihara viagra :  1.8;
Vira viagra :  1.5;

: jm 1168...; echo 'l()l!t.a' | perl ~/ftp/distance2.pl lolita 2.0
l()l!t.a lolita :  1.24;




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.