class Cadmium::Distance::Pair

Defined in:

cadmium/distance/pair.cr

Class Method Summary

Class Method Detail

def self.distance(s1 : String, s2 : String) #

Uses Dice's Coefficient to get the similarity between two words, or sentences.


[View source]