aboutsummaryrefslogtreecommitdiffstats
path: root/WMD_matching.py
diff options
context:
space:
mode:
Diffstat (limited to 'WMD_matching.py')
-rw-r--r--WMD_matching.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/WMD_matching.py b/WMD_matching.py
index 2316a10..8a97389 100644
--- a/WMD_matching.py
+++ b/WMD_matching.py
@@ -22,6 +22,7 @@ def main(args):
22 22
23 batch = args.batch 23 batch = args.batch
24 mode = args.mode 24 mode = args.mode
25
25 defs_source = [line.rstrip('\n') for line in open(source_defs_filename, encoding='utf8')] 26 defs_source = [line.rstrip('\n') for line in open(source_defs_filename, encoding='utf8')]
26 defs_target = [line.rstrip('\n') for line in open(target_defs_filename, encoding='utf8')] 27 defs_target = [line.rstrip('\n') for line in open(target_defs_filename, encoding='utf8')]
27 28