You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ A library implementing different string similarity and distance measures. A doze
29
29
30
30
31
31
## Download
32
+
32
33
Using maven:
34
+
33
35
```
34
36
<dependency>
35
37
<groupId>info.debatty</groupId>
@@ -40,6 +42,8 @@ Using maven:
40
42
41
43
Or check the [releases](https://github.com/tdebatty/java-string-similarity/releases).
42
44
45
+
This library requires Java 8 or more recent.
46
+
43
47
## Overview
44
48
45
49
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.
0 commit comments