Skip to contents
  • Updated documentation with publication DOI

CRAN release: 2025-08-18

  • Patched a bug introduced in 0.2.3, crashing the algorithm when there are no exact matches.
  • The algorithm now omits exact matches from the training set during the active learning loop. This avoids the superfluous step of labeling exact matches with the language model, and patches a bug wherein too many exact matches caused the loop to terminate prematurely.
  • The algorithm now drops missing observations from dfA and dfB with a warning.

CRAN release: 2025-06-14

  • Updated package documentation and console messages.
  • Initial CRAN submission.