Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eeb33dc

Browse files
Update links in Sift4.java
1 parent 4a529b5 commit eeb33dc

File tree

1 file changed

+4
-4
lines changed
  • src/main/java/info/debatty/java/stringsimilarity/experimental

1 file changed

+4
-4
lines changed

‎src/main/java/info/debatty/java/stringsimilarity/experimental/Sift4.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /