Center-for-Research-Libraries / crl-serials-validator

Validate bibliographic and holdings data for shared print.
GNU General Public License v3.0
0 stars 1 forks source link

Test and improve title matching #51

Open nflorin opened 2 years ago

nflorin commented 2 years ago

Title matching at the moment is something of an afterthought. It uses a Levenshtein distance algorithm, but the implementation of it is entirely arbitrary. We should refine this, probably as a separate function that could be removed from validator_lib and moved to the external crl_lib libraries project.