fuzzy_compare v1.0.0 FuzzyCompare.StandardStringComparison View Source

This module just wraps the String.jaro_distance/2 function but it allows us to use a different comparison function in the future should the need ever arise.

Link to this section Summary

Link to this section Functions

Link to this function similarity(left, right) View Source
similarity(binary(), binary()) :: float()