cdd / bioassay-template

Other
7 stars 2 forks source link

Refactoring: string similarity #129

Closed aclarkxyz closed 4 years ago

aclarkxyz commented 4 years ago

There were two separated Levenshtein implementations; now there's one, in the Util class. Also there's a calibrated version, which penalises small strings that have little in common. And tests. And some library inclusions were modified so that JUnit runs from Eclipse.