-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.69 KB
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: RapidFuzz
Type: Package
Title: String Similarity Computation Using 'RapidFuzz'
Version: 1.1.0
Date: 2026-04-07
Authors@R: c(
person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")),
person("Hugo", "Vaconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"),
person("Marcos", "Wasilew", email = "marcos.wasilew@gmail.com", role = "aut"),
person("Carlos", "Amorin", email = "carlos.agaf@ufpe.br", role = "aut"),
person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut"),
person("Max", "Bachmann", role = ("ctb")),
person("Adam", "Cohen", role = c("ctb")))
Description: Provides a high-performance interface for calculating string similarities and distances, leveraging the efficient library 'RapidFuzz' <https://github.com/rapidfuzz/rapidfuzz-cpp>. This package integrates the 'C++' implementation, allowing 'R' users to access cutting-edge algorithms for fuzzy matching and text analysis. Supported metrics include Levenshtein, Damerau-Levenshtein, Hamming, Jaro, Jaro-Winkler, Longest Common Subsequence (LCS), Optimal String Alignment (OSA), Indel, Prefix, and Postfix distances and similarities, as well as multiple fuzzy matching ratios.
URL: <https://github.com/StrategicProjects/RapidFuzz>, <https://strategicprojects.github.io/RapidFuzz/>
Note:
This package makes use of the 'RapidFuzz' source code (v3.3.3) created by Max Bachmann and Adam Cohen (<https://github.com/rapidfuzz/rapidfuzz-cpp>).
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Rcpp (>= 1.0.13), cli
LinkingTo: Rcpp
RoxygenNote: 7.3.3
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
SystemRequirements: C++17