<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Fast Fuzzy String Joins for Data Frames</dc:title>
  <dc:title>R package fuzzystring version 0.0.6</dc:title>
  <dc:description>Perform fuzzy joins on data frames using approximate string
    matching. Implements inner, left, right, full, semi, and anti joins with
    string distance metrics from the 'stringdist' package, including Optimal
    String Alignment, Levenshtein, Damerau-Levenshtein, Jaro-Winkler, q-gram,
    cosine, Jaccard, and Soundex. Uses a 'data.table' backend plus compiled
    'C++' result assembly to reduce overhead in large joins, while adaptive
    candidate planning avoids unnecessary distance evaluations in single-column
    string joins. Suitable for reconciling misspellings, inconsistent labels,
    and other near-match identifiers while optionally returning the computed
    distance for each match. Bibliographic references include the 'stringdist'
    package documentation (2014) &lt;https://CRAN.R-project.org/package=stringdist&gt;
    and Robinson, D. (2015) &lt;https://github.com/dgrtwo/fuzzyjoin&gt;.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1)</dc:relation>
  <dc:relation>Imports: data.table, Rcpp, stringdist</dc:relation>
  <dc:relation>LinkingTo: Rcpp</dc:relation>
  <dc:relation>Suggests: dplyr, ggplot2, knitr, qdapDictionaries, readr, rmarkdown,
rvest, stringr, testthat (&gt;= 3.0.0), tibble, tidyr</dc:relation>
  <dc:creator>Paul E. Santos Andrade &lt;paulefrens@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Paul E. Santos Andrade [aut, cre, cph] (ORCID:
    &lt;https://orcid.org/0000-0002-6635-0375&gt;),
  David Robinson [ctb] (aut of fuzzyjoin)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=fuzzystring/LICENSE)</dc:rights>
  <dc:date>2026-07-24</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=fuzzystring</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.fuzzystring</dc:identifier>
</oai_dc:dc>
