From c273faedee7b0c73945dfd8fdab15d655b6c4f3a Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 11 Dec 2015 17:06:50 +0100 Subject: save original view as svg --- phrase2_extraction/phrase2_extraction.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phrase2_extraction') diff --git a/phrase2_extraction/phrase2_extraction.rb b/phrase2_extraction/phrase2_extraction.rb index 8f09a8b..8352c2a 100755 --- a/phrase2_extraction/phrase2_extraction.rb +++ b/phrase2_extraction/phrase2_extraction.rb @@ -300,7 +300,7 @@ class Rule j = 0 fl.each { |i| if i.match(/\[NEWX,\d+\]/) - STDERR.write "j = #{j}\n" + STDERR.write "j = #{j}\n" if DEBUG start_correct_source = j break end @@ -322,7 +322,7 @@ class Rule j = 0 el.each { |i| if i.match(/\[NEWX,\d+\]/) - STDERR.write "j = #{j}\n" + STDERR.write "j = #{j}\n" if DEBUG start_correct_target = j break end -- cgit v1.2.3