Relevant word frequency counter made with Golang.
To relevant words classification, i used some stop words from resource: https://github.com/igorbrigadir/stopwords
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.