jbesomi / texthero

Text preprocessing, representation and visualization from zero to hero.
https://texthero.org
MIT License
2.89k stars 239 forks source link

prevent texthero from downloading stopwords #193

Closed vincentclaes closed 4 years ago

vincentclaes commented 4 years ago

When importing texthero, by default the stopwords get downloaded. you might not always use stopwords in your job and this can get you into trouble. What about downloading the stopwords only when we need them?

For the rest great work guys :)

jbesomi commented 4 years ago

Hi Vincent!

Thank you for your comment, great idea! Do you want to fix that?

Regards,