colonialjelly / name-matching

1 stars 1 forks source link

Weight-based recall? #1

Open DallanQ opened 3 years ago

DallanQ commented 3 years ago

I wonder if it would make sense to weight the recall based upon the sum of the co-occurrences for all found candidates over the sum of the co-occurrences of all possible candidates for the tree names? So if a tree name Smith had two candidates: Smyth (900 co-occurrences) and Snith (100 co-occurrences), and we found Smyth but not Snith, then instead of the recall being 50% for Smith, it would be 90%.

colonialjelly commented 3 years ago

I think that makes sense, certainly from a practical point of view.