diff options
Diffstat (limited to 'num_tok')
-rwxr-xr-x | num_tok | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/usr/bin/env ruby1.9.1 + +STDIN.set_encoding('utf-8') + +while line = STDIN.gets + puts line.split.length +end + |
index : nlp_scripts | ||
Mirror of https://github.com/pks/nlp_scripts.git |
summaryrefslogtreecommitdiff |