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.1 |
Imports: | Rcpp (≥ 1.0.5), proxy (≥ 0.4), methods, clue (≥ 0.3) |
LinkingTo: | Rcpp |
Suggests: | testthat |
Published: | 2020-12-10 |
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 |
Reference manual: | comparator.pdf |
Package source: | comparator_0.1.1.tar.gz |
Windows binaries: | r-devel: comparator_0.1.1.zip, r-devel-UCRT: comparator_0.1.1.zip, r-release: comparator_0.1.1.zip, r-oldrel: comparator_0.1.1.zip |
macOS binaries: | r-release (arm64): comparator_0.1.1.tgz, r-release (x86_64): comparator_0.1.1.tgz, r-oldrel: comparator_0.1.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=comparator to link to this page.