Module: Interscript::Detector::DistanceComputer
- Defined in:
- lib/interscript/detector.rb
Overview
A DistanceComputer needs to respond to #call(source, destination)
Constant Summary collapse
- Levenshtein =
Text::Levenshtein.method(:distance)
A DistanceComputer needs to respond to #call(source, destination)
Text::Levenshtein.method(:distance)