summaryrefslogtreecommitdiff
path: root/add_seg
diff options
context:
space:
mode:
Diffstat (limited to 'add_seg')
-rwxr-xr-xadd_seg2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_seg b/add_seg
index e4fe22d..7a4ca7a 100755
--- a/add_seg
+++ b/add_seg
@@ -24,8 +24,8 @@ while line = STDIN.gets
s = "<seg"
if cfg[:loo] then s += " exclude=\"#{i}\"" end
if index.size > 0
- puts s + " id=\"#{index[j]}\"> #{line.strip} </seg>"
if cfg[:grammar] then s += " grammar=\"#{cfg[:grammar]}/grammar.#{index[j]}#{ext}\"" end
+ puts s + " id=\"#{index[j]}\"> #{line.strip} </seg>"
else
if cfg[:grammar] then s += " grammar=\"#{cfg[:grammar]}/grammar.#{i}#{ext}\"" end
puts s + " id=\"#{i}\"> #{line.strip} </seg>"