diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 17:06:50 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 17:06:50 +0100 |
commit | c273faedee7b0c73945dfd8fdab15d655b6c4f3a (patch) | |
tree | 03024cde8ff1c622a2a2f23d70696411b0af8847 /phrase2_extraction | |
parent | 7c179958222b95939ff1881a49126e08a38d489e (diff) |
save original view as svg
Diffstat (limited to 'phrase2_extraction')
-rwxr-xr-x | phrase2_extraction/phrase2_extraction.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |