Skip to content

Commit 63223f8

Browse files
authored
Update README.md
1 parent a4e120d commit 63223f8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33

44
A library implementing different string similarity and distance measures. A dozen of algorithms (including Levenshtein edit distance and sibblings, Jaro-Winkler, Longest Common Subsequence, cosine similarity etc.) are currently implemented. Check the summary table below for the complete list...
55

6+
* [Download](#download)
7+
* [Overview](#overview)
8+
* [Normalized, metric, similarity and distance](#normalized-metric-similarity-and-distance)
9+
* [Shingles (n-gram) based similarity and distance](#shingles-n-gram-based-similarity-and-distance)
10+
* [Levenshtein](#levenshtein)
11+
* [Normalized Levenshtein](#normalized-levenshtein)
12+
* [Weighted Levenshtein](#weighted-levenshtein)
13+
* [Damerau-Levenshtein](#damerau-levenshtein)
14+
* [Jaro-Winkler](#jaro-winkler)
15+
* [Longest Common Subsequence](#longest-common-subsequence)
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+
620

721
## Download
822
Using maven:
@@ -16,7 +30,7 @@ Using maven:
1630

1731
Or check the [releases](https://github.com/tdebatty/java-string-similarity/releases).
1832

19-
## Summary
33+
## Overview
2034

2135
The main characteristics of each implemented algorithm are presented below. The "cost" column gives an estimation of the computational cost to compute the similarity between two strings of length m and n respectively.
2236

0 commit comments

Comments
 (0)