22
33[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.aallam.similarity/string-similarity-kotlin?color=blue&label=Download )] ( https://search.maven.org/artifact/com.aallam.similarity/string-similarity-kotlin )
44[ ![ License] ( https://img.shields.io/github/license/aallam/string-similarity-kotlin?color=yellow )] ( LICENSE )
5+ [ ![ Documentation] ( https://img.shields.io/badge/docs-dokka-a97bff )] ( https://mouaad.aallam.com/string-similarity-kotlin/ )
56
67This is a library that implements various measures of string similarity and distance.
78
@@ -27,20 +28,20 @@ dependencies {
2728
2829The following is the list of implemented algorithms:
2930
30- * [ Levenshtein] ( docs /Levenshtein.md)
31- * [ Normalized Levenshtein] ( docs /NormalizedLevenshtein.md)
32- * [ Weighted Levenshtein] ( docs /WeightedLevenshtein.md)
33- * [ Damerau-Levenshtein] ( docs /DamerauLevenshtein.md)
34- * [ Optimal String Alignment] ( docs /OptimalStringAlignment.md)
35- * [ Jaro-Winkler] ( docs /JaroWinkler.md)
36- * [ Longest Common Subsequence] ( docs /LCS.md)
37- * [ Metric Longest Common Subsequence] ( docs /MetricLCS.md)
38- * [ N-Gram] ( docs /NGram.md)
39- * [ Q-Gram] ( docs /QGram.md)
40- * [ Cosine similarity] ( docs /CosineSimilarity.md)
41- * [ Jaccard index] ( docs /JaccardIndex.md)
42- * [ Sorensen-Dice coefficient] ( docs /SorensenDiceCoefficient.md)
43- * [ Ratcliff-Obershelp] ( docs /RatcliffObershelp.md)
31+ * [ Levenshtein] ( guides /Levenshtein.md)
32+ * [ Normalized Levenshtein] ( guides /NormalizedLevenshtein.md)
33+ * [ Weighted Levenshtein] ( guides /WeightedLevenshtein.md)
34+ * [ Damerau-Levenshtein] ( guides /DamerauLevenshtein.md)
35+ * [ Optimal String Alignment] ( guides /OptimalStringAlignment.md)
36+ * [ Jaro-Winkler] ( guides /JaroWinkler.md)
37+ * [ Longest Common Subsequence] ( guides /LCS.md)
38+ * [ Metric Longest Common Subsequence] ( guides /MetricLCS.md)
39+ * [ N-Gram] ( guides /NGram.md)
40+ * [ Q-Gram] ( guides /QGram.md)
41+ * [ Cosine similarity] ( guides /CosineSimilarity.md)
42+ * [ Jaccard index] ( guides /JaccardIndex.md)
43+ * [ Sorensen-Dice coefficient] ( guides /SorensenDiceCoefficient.md)
44+ * [ Ratcliff-Obershelp] ( guides /RatcliffObershelp.md)
4445
4546## Prior-Art
4647
0 commit comments