fuzzy_compare v1.0.0 FuzzyCompare.Strategy View Source

This module is used to determine whether all comparison functions should use the simple ratio function or the substring ratio function.

Link to this section Summary

Link to this section Functions

Link to this function determine_strategy(preprocessed1, preprocessed2) View Source
determine_strategy(FuzzyCompare.Preprocessed.t(), FuzzyCompare.Preprocessed.t()) ::
  :standard | {:substring, float()}