Uma implementação do WordCount usando o estilo 'The Things' em Scala.
$ sbt compile test
$ sbt assembly
$ sbt "run <input-file> <stop-words>"
A word count implementation based on the "things" style (Chapter 10 of Exercises in Programming Style)
Scala