mwiens91 / lab_wordcloud_generator

Generates a wordcloud based on text of my lab's research output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python version Code style: black

Lab wordcloud generator

This is a "quick and dirty" script to generate a wordcloud of my lab's research output using Python and the wordcloud package.

It adds in a bunch of stopwords for scientific paper "filler" words, e.g., thus, therefore, figure, table, etc.

Usage

Put text in ./text. Run ./make_wordcloud.py. Get wordcloud in out.png.

I'm not including any ready-to-go text in ./text because of copyright, licenses, etc., but I do have them available.

About

Generates a wordcloud based on text of my lab's research output

License:MIT License


Languages

Language:Python 100.0%