module JosieHealth::LUT::Fuzzy

Defined in:

fuzzy.cr

Class Method Summary

Class Method Detail

def self.auto_correct?(length : Int32, distance : Int32) : Bool #

def self.damerau_distance(a : String, b : String) : Int32 #

def self.max_distance(length : Int32) : Int32 #