/wc-chap10

A word count implementation based on the "things" style (Chapter 10 of Exercises in Programming Style)

Primary LanguageScala

wc-chap10

Uma implementação do WordCount usando o estilo 'The Things' em Scala.

Compilação e Execução dos Testes

$ sbt compile test

Geração de um executável

$ sbt assembly

Execução do programa (via sbt)

$ sbt "run <input-file> <stop-words>"