fuzzywuzzyR: Fuzzy String Matching

Fuzzy string matching implementation of the 'fuzzywuzzy' <https://github.com/seatgeek/fuzzywuzzy> 'python' package. It uses the Levenshtein Distance <https://en.wikipedia.org/wiki/Levenshtein_distance> to calculate the differences between sequences.

Version: 1.0.3
Depends: R (≥ 3.2.3)
Imports: reticulate, R6
Suggests: testthat, covr, knitr, rmarkdown
Published: 2018-02-26
Author: Lampros Mouselimis
Maintainer: Lampros Mouselimis <mouselimislampros at gmail.com>
BugReports: https://github.com/mlampros/fuzzywuzzyR/issues
License: GPL-2
URL: https://github.com/mlampros/fuzzywuzzyR
NeedsCompilation: no
SystemRequirements: Python (>= 2.4), difflib, fuzzywuzzy ( >=0.15.0 ), python-Levenshtein ( >=0.12.0 ). Detailed installation instructions for each operating system can be found in the README file.
Materials: README NEWS
CRAN checks: fuzzywuzzyR results

Downloads:

Reference manual: fuzzywuzzyR.pdf
Vignettes: Functionality of the fuzzywuzzyR package
Package source: fuzzywuzzyR_1.0.3.tar.gz
Windows binaries: r-devel: fuzzywuzzyR_1.0.3.zip, r-release: fuzzywuzzyR_1.0.3.zip, r-oldrel: fuzzywuzzyR_1.0.3.zip
macOS binaries: r-release: fuzzywuzzyR_1.0.3.tgz, r-oldrel: fuzzywuzzyR_1.0.3.tgz
Old sources: fuzzywuzzyR archive

Linking:

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