LAP_Lab3

Team members:

  • Mehak Jain B18068
  • Ruchika Sharan B18135
  • Prakhar Uniyal B18128
  • Sahil Garg B18138
  • Muskan Gupta B18019

Text File Processing App

The app is capable of providing common statistics of a text file like no. of words, sentences, lines, the most and least frequently used words. It also plots a histogram of the 20 most frequently used words in the text file. Given a file of keywords, it can also retrieve sentences containing those keywords.

This is the README. For more documentation, see the wiki page of this project.

Requirements

  • Python 3
  • PySimpleGUI
  • nltk
  • matplotlib

How to run?

  1. Clone the repo.
  2. Go inside the LAP_Lab3 folder.
  3. Install required packages using pip.
  4. Execute main.py