View Source FuzzyCompare.Strategy (fuzzy_compare v1.1.0)

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

Summary

Functions

determine_strategy(preprocessed1, preprocessed2)

@spec determine_strategy(FuzzyCompare.Preprocessed.t(), FuzzyCompare.Preprocessed.t()) ::
  :standard | {:substring, float()}