Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CodeBunny09/chapter-analysis

Repository files navigation

Chapter Analysis

Languages and Resources Used:

Language

  • Python

Libraries

  • NLTK
  • Matplotlib
  • Word cloud

What it does:

  • Take notes as input
  • Gives a word cloud as output

How it does:

  1. Reads the text file
  2. Tokenizes by words
  3. Normalizes the tokens
  4. Removes the stop words
  5. Lemmatizes the tokens
  6. Creates a word cloud
  7. Plots it using matplotlib
  8. Saves the figure as a .png file

PS: I tried it with a song the first time I ran it! 😅😅

About

A tool that helps to analyze chapters and summarize it, so that exam preps become easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published