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

string-sameness / .gitignore
156 B 12 lines
1**/src/**/*.map 2**/src/**/*.js 3**/src/**/*.d.ts 4**/tests/**/*.map 5**/tests/**/*.js 6**/tests/**/*.d.ts 7node_modules/ 8/.idea 9/docs 10.tshy 11.tshy-build-tmp 12dist