diff options
Diffstat (limited to 'add_start_end')
-rwxr-xr-x | add_start_end | 1 |
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 |