dubirajara / go-word-frequency-counter

Golang Word Frequency Counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Golang Word Frequency Counter


Languages

Language:Go 100.0%