def _execute(self, str1, str2): LDAlgorithm._execute(self, str1, str2) return levenshtein_distance(str1, str2)