Package: fuzzywuzzyR 1.0.5
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.
Authors:
fuzzywuzzyR_1.0.5.tar.gz
fuzzywuzzyR_1.0.5.zip(r-4.5)fuzzywuzzyR_1.0.5.zip(r-4.4)fuzzywuzzyR_1.0.5.zip(r-4.3)
fuzzywuzzyR_1.0.5.tgz(r-4.4-any)fuzzywuzzyR_1.0.5.tgz(r-4.3-any)
fuzzywuzzyR_1.0.5.tar.gz(r-4.5-noble)fuzzywuzzyR_1.0.5.tar.gz(r-4.4-noble)
fuzzywuzzyR_1.0.5.tgz(r-4.4-emscripten)fuzzywuzzyR_1.0.5.tgz(r-4.3-emscripten)
fuzzywuzzyR.pdf |fuzzywuzzyR.html✨
fuzzywuzzyR/json (API)
NEWS
# Install 'fuzzywuzzyR' in R: |
install.packages('fuzzywuzzyR', repos = c('https://mlampros.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mlampros/fuzzywuzzyr/issues
fuzzywuzzymatchingpythonreticulatestring
Last updated 2 years agofrom:c9b8ab7ce4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Exports:check_availabilityFuzzExtractFuzzMatcherFuzzUtilsGetCloseMatchesSequenceMatcher
Dependencies:herejsonlitelatticeMatrixpngR6rappdirsRcppRcppTOMLreticulaterlangrprojrootwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
This function checks if all relevant python modules are available | check_availability |
Fuzzy extraction from a sequence | FuzzExtract |
Fuzzy character string matching ( ratios ) | FuzzMatcher |
Utility functions | FuzzUtils |
Matches of character strings | GetCloseMatches |
Character string sequence matching | SequenceMatcher |