[READ-ONLY] Mirror of https://github.com/FoxxMD/string-sameness. Compare the sameness of two strings foxxmd.github.io/string-sameness/
compare cosine-similarity dice-coefficient levenshtein-distance sameness string text typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Fix reorder variant string length issues

Depending on the order strings were given the recombined, ordered strings could have null/undefined in them due to bad logic. Refactor entire approach to be parameter order invariant.

FoxxMD (Jan 30, 2024, 3:56 PM EST) 5b0568c1 7e032caa

+1 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "@foxxmd/string-sameness", 3 - "version": "0.2.0", 3 + "version": "0.3.0", 4 4 "description": "determine how closely the same two strings are", 5 5 "repository": "https://github.com/foxxmd/string-sameness", 6 6 "author": "FoxxMD",