summaryrefslogtreecommitdiff
path: root/add_start_end
diff options
context:
space:
mode:
Diffstat (limited to 'add_start_end')
-rwxr-xr-xadd_start_end1
1 files changed, 1 insertions, 0 deletions
diff --git a/add_start_end b/add_start_end
index a14a65e..30deaec 100755
--- a/add_start_end
+++ b/add_start_end
@@ -3,6 +3,7 @@
STDIN.set_encoding 'utf-8'
STDOUT.set_encoding 'utf-8'
+
while line = STDIN.gets
puts "<s> #{line.strip} </s>"
end