firmmatchr: Robust Probabilistic Matching of Company Names

A pipeline for matching messy company name strings against a clean dictionary (e.g., 'Orbis'). Implements a cascading strategy: Exact -> Fuzzy ('zoomerjoin') -> 'FTS5' ('SQLite') -> Rarity Weighted. Name normalization covers German, French, Italian and English legal forms and conventions, which suits multilingual registers such as the Swiss one. Normalization discards detail, so several dictionary entries can collapse onto one string; these groups are matched once and a crosswalk back to every original entry is retained. References: Beniamino Green (2025) <https://github.com/beniaminogreen/zoomerjoin>; <https://www.sqlite.org/fts5.html>.

Version: 0.2.0
Depends: R (≥ 4.1.0)
Imports: data.table, stringi, stringdist, zoomerjoin, DBI, RSQLite, cli, progressr, httr, jsonlite, glue, purrr, readr, dplyr, stats
Suggests: testthat (≥ 3.0.0)
Published: 2026-07-28
DOI: 10.32614/CRAN.package.firmmatchr
Author: Giulian Etingin-Frati [aut, cre]
Maintainer: Giulian Etingin-Frati <etingin-frati at kof.ethz.ch>
BugReports: https://github.com/swediot/firmmatchr/issues
License: MIT + file LICENSE
URL: https://github.com/swediot/firmmatchr
NeedsCompilation: no
Materials: README, NEWS
CRAN checks: firmmatchr results

Documentation:

Reference manual: firmmatchr.html , firmmatchr.pdf

Downloads:

Package source: firmmatchr_0.2.0.tar.gz
Windows binaries: r-devel: firmmatchr_0.2.0.zip, r-release: firmmatchr_0.1.3.zip, r-oldrel: firmmatchr_0.2.0.zip
macOS binaries: r-release (arm64): firmmatchr_0.2.0.tgz, r-oldrel (arm64): firmmatchr_0.2.0.tgz, r-release (x86_64): firmmatchr_0.2.0.tgz, r-oldrel (x86_64): firmmatchr_0.2.0.tgz
Old sources: firmmatchr archive

Linking:

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