Module siz::fuzzy

source ·
Expand description

This module provides functions for approximate string matching.

Functions

  • Calculates the Levenshtein distance between two strings.
  • The Levenshtein similarity ratio is a measure of the similarity between two strings. It is defined as the ratio of the length of the combined strings minus the Levenshtein distance, divided by the length of the combined strings.