Skip to content

Commit

Permalink
Update links in Sift4.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebatty authored Jan 15, 2020
1 parent 4a529b5 commit eeb33dc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
* Sift4 - a general purpose string distance algorithm inspired by JaroWinkler
* and Longest Common Subsequence.
* Original JavaScript algorithm by siderite, java port by Nathan Fischer 2016.
* https://siderite.blogspot.com/2014/11/super-fast-and-accurate-string-
* distance.html
* https://siderite.dev/blog/super-fast-and-accurate-string-distance.html
* https://blackdoor.github.io/blog/sift4-java/
*
* @author Thibault Debatty
*/
Expand All @@ -55,8 +55,8 @@ public final void setMaxOffset(final int max_offset) {
* JaroWinkler and Longest Common Subsequence.
* Original JavaScript algorithm by siderite, java port by Nathan Fischer
* 2016.
* https://siderite.blogspot.com/2014/11/super-fast-and-accurate-string-
* distance.html
* https://siderite.dev/blog/super-fast-and-accurate-string-distance.html
* https://blackdoor.github.io/blog/sift4-java/
*
* @param s1
* @param s2
Expand Down

0 comments on commit eeb33dc

Please sign in to comment.