Package: levitate 0.2.2

levitate: Fuzzy String Comparison
Provides string similarity calculations inspired by the Python 'thefuzz' package. Compare strings by edit distance, similarity ratio, best matching substring, ordered token matching and set-based token matching. A range of edit distance measures are available thanks to the 'stringdist' package.
Authors:
levitate_0.2.2.tar.gz
levitate_0.2.2.zip(r-4.7)levitate_0.2.2.zip(r-4.6)levitate_0.2.2.zip(r-4.5)
levitate_0.2.2.tgz(r-4.6-any)levitate_0.2.2.tgz(r-4.5-any)
levitate_0.2.2.tar.gz(r-4.7-any)levitate_0.2.2.tar.gz(r-4.6-any)
levitate_0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
levitate/json (API)
NEWS
| # Install 'levitate' in R: |
| install.packages('levitate', repos = c('https://lewinfox.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lewinfox/levitate/issues
Pkgdown/docs site:https://lewinfox.com
data-matchingfuzzy-matchingsimilarity-measuresstring-similaritythefuzz
Last updated from:c1bbcfa4ae. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 178 | ||
| source / vignettes | OK | 203 | ||
| linux-release-x86_64 | OK | 145 | ||
| macos-release-arm64 | OK | 129 | ||
| macos-oldrel-arm64 | OK | 207 | ||
| windows-devel | OK | 67 | ||
| windows-release | OK | 73 | ||
| windows-oldrel | OK | 82 | ||
| wasm-release | OK | 100 |
Exports:lev_best_matchlev_distancelev_partial_ratiolev_ratiolev_score_multiplelev_token_set_ratiolev_token_sort_ratiolev_weighted_token_ratiolev_weighted_token_set_ratiolev_weighted_token_sort_ratio
Dependencies:rlangstringdist
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get the best matched string from a list of candidates | lev_best_match |
| String distance metrics | lev_distance |
| Ratio of the best-matching substring | lev_partial_ratio |
| String similarity ratio | lev_ratio |
| Score multiple candidate strings against a single input | lev_score_multiple |
| Matching based on common tokens | lev_token_set_ratio |
| Ordered token matching | lev_token_sort_ratio |
| Weighted token similarity measure | lev_weighted_token_ratio |
| Weighted version of 'lev_token_set_ratio()' | lev_weighted_token_set_ratio |
| Weighted version of lev_token_sort_ratio() | lev_weighted_token_sort_ratio |
