CDLUC3 / maDMPs

Machine Actionable DMPs project
MIT License
0 stars 0 forks source link

Update scripts to not do fuzzy match on User names #10

Open briri opened 6 years ago

briri commented 6 years ago

Fuzzy match is currently getting false positives for Users. For example: 'Dr. John Doe' is getting matched to 'John Blah' because of the percentage of matching words.

We should setup stop words for names (e.g. Dr., PhD, etc.) and then assure that the first+last name match 100%. (this is in lieu of matching identifiers)