Skip to content

Word count program. Analyzes word frequencies. May help with repetitivity in writing.

License

Notifications You must be signed in to change notification settings

whitehaven/WordlyCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordlyCount

Word count program. Analyzes word frequencies. May help with repetitivity in writing.

Given this input:

I am a rock. I am an island.

The program will output:

am 2 I 2 a 1 an 1 island 1 rock 1

It will ignore "'s", ".", "!", "?", ":", ";", and all others outside A-z.

About

Word count program. Analyzes word frequencies. May help with repetitivity in writing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages