JasonKessler / scattertext

Beautiful visualizations of how language differs among document types.
Apache License 2.0
2.23k stars 289 forks source link

[Idea] Progres bar for spacy pipeline #41

Open laugustyniak opened 5 years ago

laugustyniak commented 5 years ago

I'm generating scatter text plots for quite a big collections of documents [e.g., 1M+ sentence] and it would be nice to have a progress bar of how many documents have been already processed. I started to dig in where to add. i.e., https://pypi.org/project/tqdm/. @JasonKessler can you help where would be the best place to add it?