Skip to content

comparator v0.1.1

Latest
Compare
Choose a tag to compare
@ngmarchant ngmarchant released this 10 Dec 10:23
· 9 commits to main since this release
  • Add support for comparing sequences, represented as atomic vectors
  • Fix bug in DamerauLevenshtein that resulted in incorrect computation of transposition costs
  • Rename "Measure" to "Comparator" throughout
  • Reclassify MongeElkan and FuzzyTokenSet as token comparators, which operate on lists of token vectors, rather than vectors of (pre-tokenized) strings
  • Improve documentation
  • First release to CRAN