[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.

Update typedoc

FoxxMD (Apr 4, 2023, 3:47 PM EDT) 215caefe d78cc6b4

+3 -6
+3 -6
typedoc.json
··· 1 1 { 2 2 "$schema": "https://typedoc.org/schema.json", 3 - "name": "FoxxMD Common Libs", 3 + "name": "string-sameness Docs", 4 4 "entryPoints": ["./src"], 5 5 "sort": ["source-order"], 6 6 "categorizeByGroup": false, ··· 8 8 "Functions": 1.5 9 9 }, 10 10 "navigationLinks": { 11 - "Docs": "https://github.com/foxxmd/common-libs", 12 - "GitHub": "https://github.com/foxxmd/common-libs" 13 - }, 14 - "sidebarLinks": { 15 - "API": "https://typedoc.org/api" 11 + "Docs": "http://foxxmd.github.io/string-sameness", 12 + "GitHub": "https://github.com/foxxmd/string-sameness" 16 13 } 17 14 }