summaryrefslogtreecommitdiff
path: root/phrase2_extraction/phrase2_extraction.rb
diff options
context:
space:
mode:
Diffstat (limited to 'phrase2_extraction/phrase2_extraction.rb')
-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