Skip to content

Python 3 program that reads a text file, analyzes the frequency of each word in a given text program, and provides an anlysis to the user.

Notifications You must be signed in to change notification settings

jtonyortiz/PyWordAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyWordAnalyzer

A python-based word analyzer, which at the final stage of completion will allow the user to do the following:

  • Select the file the user wants for output
  • Select the file the user wants to read from
  • Order words lexicographically as output
  • Order and display words in reverse order as output
  • Order and display words by frequency
  • Count the number of characters given a file as input
  • Display an interactive menu, allowing users to enter information

How to compile

You must be using Ubuntu Linux or a Virtual Machine that can run Linux

From the command line: python3 worldAnalyzer.py

About

Python 3 program that reads a text file, analyzes the frequency of each word in a given text program, and provides an anlysis to the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages