summaryrefslogtreecommitdiff
path: root/phrase2_extraction
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-12-11 17:06:50 +0100
committerPatrick Simianer <p@simianer.de>2015-12-11 17:06:50 +0100
commitc273faedee7b0c73945dfd8fdab15d655b6c4f3a (patch)
tree03024cde8ff1c622a2a2f23d70696411b0af8847 /phrase2_extraction
parent7c179958222b95939ff1881a49126e08a38d489e (diff)
save original view as svg
Diffstat (limited to 'phrase2_extraction')
-rwxr-xr-xphrase2_extraction/phrase2_extraction.rb4
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