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 63223f8 commit 689c9ceCopy full SHA for 689c9ce
README.md
@@ -16,6 +16,10 @@ A library implementing different string similarity and distance measures. A doze
16
* [Metric Longest Common Subsequence](#metric-longest-common-subsequence)
17
* [N-Gram](#n-gram)
18
* [Shingle (n-gram) based algorithms](#shingle-n-gram-based-algorithms)
19
+ * [Q-Gram](#shingle-n-gram-based-algorithms)
20
+ * [Cosine similarity](#shingle-n-gram-based-algorithms)
21
+ * [Jaccard index](#shingle-n-gram-based-algorithms)
22
+ * [Sorensen-Dice coefficient](#shingle-n-gram-based-algorithms)
23
24
25
## Download
0 commit comments