dekom / wordFreq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordFreq: Word Frequency Calculator

Input: a text-file

Output: key: value pair where key is all words in a given text, and the value is the number of times that given word exists in the text.

A word is recognized as delineated by spaces, per Go’s unicode.Space.

About


Languages

Language:Go 100.0%