Last active
December 17, 2019 20:18
-
-
Save glickmac/18eead58bce8906b927b84492b952f83 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from collections import Counter | |
import numpy as np | |
from wordcloud import WordCloud, ImageColorGenerator | |
from PIL import Image | |
import matplotlib.pyplot as plt | |
from matplotlib.backends.backend_pdf import PdfPages | |
## Split into chapters | |
Chapters = text.split("chapter") | |
count = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment