# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "stringdist" in publications use:' type: software license: GPL-3.0-only title: 'stringdist: Approximate String Matching, Fuzzy Text Search, and String Distance Functions' version: 0.9.12 identifiers: - type: doi value: 10.32614/CRAN.package.stringdist abstract: 'Implements an approximate string matching version of R''s native ''match'' function. Also offers fuzzy text search based on various string distance measures. Can calculate various string distances based on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-Winkler). An implementation of soundex is provided as well. Distances can be computed between character vectors while taking proper care of encoding or between integer vectors representing generic sequences. This package is built for speed and runs in parallel by using ''openMP''. An API for C or C++ is exposed as well. Reference: MPJ van der Loo (2014) .' authors: - family-names: Loo given-names: Mark name-particle: van der email: mark.vanderloo@gmail.com orcid: https://orcid.org/0000-0002-9807-4686 preferred-citation: type: article title: The stringdist package for approximate string matching authors: - family-names: Loo given-names: M.P.J. name-particle: van der year: '2014' journal: The R Journal volume: '6' issue: '1' url: https://CRAN.R-project.org/package=stringdist start: 111-122 repository: https://dragosmg.r-universe.dev repository-code: https://github.com/markvanderloo/stringdist commit: 6da3a6c58795808e1e95237a11beac28b380bfe9 url: https://github.com/markvanderloo/stringdist contact: - family-names: Loo given-names: Mark name-particle: van der email: mark.vanderloo@gmail.com orcid: https://orcid.org/0000-0002-9807-4686