davidmogar / cucco

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

"loading" text #6

Closed DruidSmith closed 8 years ago

DruidSmith commented 8 years ago

Can you either completely remove the print('loading') statement in line 42 of normalizr.py or have it suppressed by default with option to turn it on if needed?

I'm applying the function to a pandas dataframe via .apply function and it gets really noisy having 'loading' printing out unnecessarily a whole bunch of times.

davidmogar commented 8 years ago

Hi @DruidSmith,

As I mentioned in your pull request, the change was needed but the way to do it was not what I had in mind to fix it. Hope last change is good enough for you. If not, let me know.