davidmogar / cucco

Text normalization library for Python
MIT License
203 stars 27 forks source link

Removed stop words 'loading' text for cleaner output #7

Closed DruidSmith closed 8 years ago

DruidSmith commented 8 years ago

Commented out the 'loading' line - when running normalizer row-wise on a pandas data frame it was very noisy with all of the recurring 'loading' output

davidmogar commented 8 years ago

I'm closing this pull request as commenting a line is not the right thing to fix this. But you are totally right. This needed a fix, so I added a logger and set the default level to INFO so now you should see no messages.

DruidSmith commented 8 years ago

Works great, thanks!