summaryrefslogtreecommitdiff
path: root/external/de-bpe
blob: fde1ef1099ad1f7baa3af0c3c189ae92ec4bff1b (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby

STDOUT.sync = true

while line = STDIN.gets
  puts line.gsub(/@@ /, "")
end