Skip to content

zmajew/wordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Word counter

This Go program takes the text file and counts the words in the text.

It returns the number of appearances of the word of interest in the text.

Words are sorted by the nuber of appeariance and then exported as a csv file with the same name and folder as the text file.

Example:

wordCount "word" "file.txt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages