The small java-string-similarity library (by Ralph Allen Rice) contains implementations of several similarity-calculation algorithms.

Iteration
Filled

Problem

Details

The small 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:

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

The actual implementation of the similarity comparison has been postponed to a later release of HtmlSC