Skip to content
Snippets Groups Projects
Commit 80f28ab6 authored by Vriezen, E.C. (Emma)'s avatar Vriezen, E.C. (Emma)
Browse files

Removed the print statement that made the program really slow.

parent 87a77548
No related branches found
No related tags found
1 merge request!80Sc 134/form mistake detection aa
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment