Skip to content

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

Notifications You must be signed in to change notification settings

UnBCIC-TP2/wc-chap10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages