/go-word-frequency-counter

Golang Word Frequency Counter

Primary LanguageGo

Golang Word Frequency Counter

Word frequency counter made with Golang by @dubirajara.

How to use?

go run main.go "https://[example_WebPage].com/[File_Location]"

Report file word_frequencies_for_text_file.csv will be created with the word frequency.