DEV Community

Discussion on: Word Cloud Python Tutorial: Create Word Cloud from Text

Collapse
 
ad0791 profile image
Alexandro Disla

Impeccable. I think you can create a text file for keeping all the stopwords. And used it as a template. In order to use the stopwords class dynamically

Collapse
 
b_dmarius profile image
Marius Borcan

Indeed, you can also do that, very good idea!