Skip to content

Commit

Permalink
document updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Prankurtiwari committed Oct 11, 2024
1 parent 6f07e75 commit 9df4be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/arc42/chapters/chap-09-Decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Find details on how HSC implements HTML parsing in the {xrefConceptHtmlEncapsula

=== String Similarity Checking with https://wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance[Jaro-Winkler-Distance]

The small https://github.com/rrice/java-string-similarity[java-string-similarity] library (by Ralph Allen Rice) contains implementations of several similarity-calculation algorithms. As it is public binary, available at central https://central.sonatype.com/artifact/net.ricecode/string-similarity[maven repository] we have used it as external library dependencies.
The small https://github.com/rrice/java-string-similarity[java-string-similarity] library (by Ralph Allen Rice) contains implementations of several similarity-calculation algorithms.
As it is public binary, available at central https://central.sonatype.com/artifact/net.ricecode/string-similarity[maven repository] we have used it as external library dependencies.
Primarily we have used Jaro-Winkler strategy to find similarity.

0 comments on commit 9df4be6

Please sign in to comment.