From 80f28ab65e869d63eb73da72c4c404d0a71d58af Mon Sep 17 00:00:00 2001 From: "Vriezen, E.C. (Emma)" <e.vriezen@student.ru.nl> Date: Mon, 16 Dec 2019 11:55:07 +0100 Subject: [PATCH] Removed the print statement that made the program really slow. --- umbra/dutch_mmetaphone.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/umbra/dutch_mmetaphone.py b/umbra/dutch_mmetaphone.py index 6a3d1cba..caa5dc53 100644 --- a/umbra/dutch_mmetaphone.py +++ b/umbra/dutch_mmetaphone.py @@ -213,8 +213,6 @@ class DutchPhonetics: source = source[:amb_pos] + "+" + source[amb_pos + 1:] amb_pos = source.find(amb) - print(source, representations) - return source, representations @staticmethod -- GitLab