We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689c9ce commit e3cb71dCopy full SHA for e3cb71d
README.md
@@ -415,3 +415,8 @@ Jaccard index is a metric distance.
415
Similar to Jaccard index, but this time the similarity is computed as 2 * |V1 inter V2| / (|V1| + |V2|).
416
417
Distance is computed as 1 - cosine similarity.
418
+
419
+## Users
420
+* [StringSimilarity.NET](https://github.com/feature23/StringSimilarity.NET) a .NET port of java-string-similarity
421
422
+Use java-string-similarity in your project and want it to be mentioned here? Don't hesitate to drop me a line!
0 commit comments