Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 415 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 415 Bytes

Golang Word Frequency Counter

Relevant word frequency counter made with Golang.

To relevant words classification, i used some stop words from resource: https://github.com/igorbrigadir/stopwords

How to use?

go run main.go "https://storage.googleapis.com/apache-beam-samples/shakespeare/romeoandjuliet.txt"

An report file word_frequencies_report.csv will be created with the word frequency.