stringdist (Q45722): Difference between revisions
From MaRDI portal
Changed an Item |
Swh import (talk | contribs) SWHID from Software Heritage |
||||||||||||||
(2 intermediate revisions by 2 users not shown) | |||||||||||||||
Property / source code repository | |||||||||||||||
Property / source code repository: https://github.com/cran/stringdist / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:35cd0808e149b65dae12b5f4771ceb5cf350bc70 / rank | |||||||||||||||
Normal rank | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:35cd0808e149b65dae12b5f4771ceb5cf350bc70 / qualifier | |||||||||||||||
Property / Software Heritage ID: swh:1:snp:35cd0808e149b65dae12b5f4771ceb5cf350bc70 / qualifier | |||||||||||||||
point in time: 5 December 2023
| |||||||||||||||
links / mardi / name | links / mardi / name | ||||||||||||||
Latest revision as of 23:57, 21 March 2024
Approximate String Matching, Fuzzy Text Search, and String Distance Functions
Language | Label | Description | Also known as |
---|---|---|---|
English | stringdist |
Approximate String Matching, Fuzzy Text Search, and String Distance Functions |
Statements
28 November 2023
0 references
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) <doi:10.32614/RJ-2014-011>.
0 references