summaryrefslogtreecommitdiff
path: root/tc
blob: 07eab5d128afa6d450e2b3bbb00061a95d240330 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby

require 'nlp_ruby'


while line = STDIN.gets
  puts tokenize(line.strip).size
end