Skip to content

A python project to identify all the words from a book, which is read as an input file and generate two seperate files, both with word and and it's frequency but sorted differently.

Notifications You must be signed in to change notification settings

aronsx/word_counter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word_counter

A python project to identify all the words from a book, which is read as an input file and generate two seperate files, both with word and and it's frequency. Entries in first output file is sorted based on words (in alphabatical order). And entries in the second output file is sorted baed on frequency, if there is a conflict, preference is alphabatical.

About

A python project to identify all the words from a book, which is read as an input file and generate two seperate files, both with word and and it's frequency but sorted differently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%