Skip to content

dubirajara/go-word-frequency-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages