summaryrefslogtreecommitdiff
path: root/add-start-end
blob: 1e1061dcb2dfcb32a921502004ec95bcc29fd1d6 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby

STDIN.set_encoding "utf-8"
STDOUT.set_encoding "utf-8"


while line = STDIN.gets
  puts "<s> #{line.strip} </s>"
end