comparator: Comparison Functions for Clustering and Record Linkage

Implements functions for comparing strings, sequences and numeric vectors for clustering and record linkage applications. Supported comparison functions include: generalized edit distances for comparing sequences/strings, Monge-Elkan similarity for fuzzy comparison of token sets, and L-p distances for comparing numeric vectors. Where possible, comparison functions are implemented in C/C++ to ensure good performance.

Version: 0.1.2
Imports: Rcpp (≥ 1.0.5), proxy (≥ 0.4), methods, clue (≥ 0.3)
LinkingTo: Rcpp
Suggests: testthat
Published: 2022-03-16
Author: Neil Marchant [aut, cre]
Maintainer: Neil Marchant <ngmarchant at gmail.com>
BugReports: https://github.com/ngmarchant/comparator/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/ngmarchant/comparator
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: comparator results

Documentation:

Reference manual: comparator.pdf

Downloads:

Package source: comparator_0.1.2.tar.gz
Windows binaries: r-prerel: comparator_0.1.2.zip, r-release: comparator_0.1.2.zip, r-oldrel: comparator_0.1.2.zip
macOS binaries: r-prerel (arm64): comparator_0.1.2.tgz, r-release (arm64): comparator_0.1.2.tgz, r-oldrel (arm64): comparator_0.1.2.tgz, r-prerel (x86_64): comparator_0.1.2.tgz, r-release (x86_64): comparator_0.1.2.tgz
Old sources: comparator archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=comparator to link to this page.