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 6373015 commit 6f07e75
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/docs/arc42/chapters/chap-09-Decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ 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 *not available* as public binary,
we use the sources instead, primarily:
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.

net.ricecode.similarity.JaroWinklerStrategyTest
net.ricecode.similarity.JaroWinklerStrategy

[NOTE]
The actual implementation of the similarity comparison has been postponed
to a later release of HSC

0 comments on commit 6f07e75

Please sign in to comment.