11-Sep-2022 08:59:48 levenshtein_distance_test(): MATLAB/Octave version 4.2.2 levenshtein_distance() computes the Levenshtein distance between two strings. S = "water" T = "wine" Computed distance = 3, correct distance = 3 S = "kitten" T = "sitting" Computed distance = 3, correct distance = 3 S = "saturday" T = "sunday" Computed distance = 3, correct distance = 3 S = "pheromones" T = "photographer" Computed distance = 8, correct distance = 8 levenshtein_distance_test(): Normal end of execution. 11-Sep-2022 08:59:48