Wouldn't you know...
The very next ADR entry turned up another weakness, which can be avoided easily by changing one value in one line of code:
change:
if diffmatch_2 >= .5
to:
if diffmatch_2 >= .6
BUT, this is only avoiding the weakness and I am working on yet another revision of the ListAligner algorithm, which looks like it is going to be leaner and cleaner...
|