From 80133c8d2d0a7334e8f53a11eaa48a8d7b70c1da Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 5 Aug 2013 00:05:59 -0400 Subject: use new functions in compare.py --- string_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'string_utils.py') diff --git a/string_utils.py b/string_utils.py index 81f448f..8b7a3a3 100644 --- a/string_utils.py +++ b/string_utils.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + def levenshtein(word1, word2): """Return triplet of number of (substitutions, insertions, deletions) to transform word1 into word2. -- cgit v1.2.3-70-g09d2