File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/info/debatty/java/stringsimilarity/experimental Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 * Sift4 - a general purpose string distance algorithm inspired by JaroWinkler
3131 * and Longest Common Subsequence.
3232 * Original JavaScript algorithm by siderite, java port by Nathan Fischer 2016.
33- * https://siderite.blogspot.com/2014/11/ super-fast-and-accurate-string-
34- * distance.html
33+ * https://siderite.dev/blog/ super-fast-and-accurate-string-distance.html
34+ * https://blackdoor.github.io/blog/sift4-java/
3535 *
3636 * @author Thibault Debatty
3737 */
@@ -55,8 +55,8 @@ public final void setMaxOffset(final int max_offset) {
5555 * JaroWinkler and Longest Common Subsequence.
5656 * Original JavaScript algorithm by siderite, java port by Nathan Fischer
5757 * 2016.
58- * https://siderite.blogspot.com/2014/11/ super-fast-and-accurate-string-
59- * distance.html
58+ * https://siderite.dev/blog/ super-fast-and-accurate-string-distance.html
59+ * https://blackdoor.github.io/blog/sift4-java/
6060 *
6161 * @param s1
6262 * @param s2
You can’t perform that action at this time.
0 commit comments