class Cadmium::Distance::Pair
- Cadmium::Distance::Pair
- Reference
- Object
Defined in:
cadmium/distance/pair.crClass Method Summary
-
.distance(s1 : String, s2 : String)
Uses Dice's Coefficient to get the similarity between two words, or sentences.
Class Method Detail
def self.distance(s1 : String, s2 : String)
#
Uses Dice's Coefficient to get the similarity between two words, or sentences.