You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add qgram and sorensen-dice
* fix: Change function names and add Qgram and SorensenDice to string-analysis
* feat(qgram): add similarity function to return an index
test: fix test cases for QGram
Co-authored-by: hbollon <hugo.bollon@gmail.com>
-[LCS](https://en.wikipedia.org/wiki/Longest_common_subsequence_problem) (Longest common subsequence) with edit distance, backtrack and diff functions ✨
- Computed similarity percentage functions based on all available edit distance algorithms in this lib
60
+
- Fuzzy search functions based on edit distance with unique or multiples strings output
61
+
- Unicode compatibility 🥳
61
62
62
63
## Benchmarks
63
64
You can check an interactive Google chart with few benchmark cases for all similarity algorithms in this library through **StringsSimilarity** function [here](http://benchgraph.codingberg.com/q5)
0 commit comments