Skip to content

CLI Python code to create word clouds out of web pages or text

Notifications You must be signed in to change notification settings

wardspan/word_bubble

Repository files navigation

word_bubble

A simple word cloud generator that utilizes nltk and beautifulsoup to quick analyze both web pages and text documents. Generates a frequency graph and a word graphic with weights applied.


The user is presented with a Menu:

M A I N - M E N U

  1. Text File
  2. Web page

Enter your choice [1 or 2]:


After choosing the user is prompted for input and results are generated around the analyzed document.

Enter your choice [1 or 2]: 1

Please enter a file name: alicesadventures19033gut/19033.txt

Number of individual words: 12767

Removing stopwords and re-calculating totals

freq_graph

and

word_cloud

About

CLI Python code to create word clouds out of web pages or text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages