summaryrefslogtreecommitdiff
path: root/add_start_end
diff options
context:
space:
mode:
Diffstat (limited to 'add_start_end')
-rwxr-xr-xadd_start_end9
1 files changed, 9 insertions, 0 deletions
diff --git a/add_start_end b/add_start_end
new file mode 100755
index 0000000..a14a65e
--- /dev/null
+++ b/add_start_end
@@ -0,0 +1,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
+