18 declare(strict_types=1);
53 int $maximum_distance,
54 float $cost_insertion,
55 float $cost_replacement,
standard(string $str, int $maximumDistance)
Creates an object of the Levenshtein class This class calculates the levenshtein distance with a defa...
custom(string $str, int $maximum_distance, float $cost_insertion, float $cost_replacement, float $cost_deletion)
Creates an object of the Levenshtein class This class calculates the levenshtein distance with custom...