Skip to content

A simple python program that counts the number of unique words in a text file

Notifications You must be signed in to change notification settings

pooyakalahroodi/word_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

word counter

This is a simple python program which counts the number of unique words in a text file:

  • reads the text from an assumptive file 'random_text.txt'
  • removes the punctuations from the text with the help of regex library
  • prints the most frequent words in text

About

A simple python program that counts the number of unique words in a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published