Datafable / epu-index

EPU index
http://www.applieddatamining.com/cms/?q=content/economic-policy-uncertainty-index
1 stars 0 forks source link

Remove numbers and single letter worsd from word cloud #74

Closed bartaelterman closed 9 years ago

bartaelterman commented 9 years ago

@niconoe after a second thought it might be better to implement this in the new django command. Every number (so [0-9]+) should be removed from the word frequencies.

I'll assign this to you.

edit: words containing only one character should not end up in the word cloud either.

bartaelterman commented 9 years ago

Or implement it in the endpoint logic. So it's ok to save them, but don't show them in the word cloud.

niconoe commented 9 years ago

It's implemented in the endpoint logic, and seems to work fine! It is also deployed in production.

Should we close this ticket, @bartaelterman?

bartaelterman commented 9 years ago

Quick look. Numbers are indeed gone, but the single letter words are still there. Could you fix that? When done, you can close this ticket.

niconoe commented 9 years ago

Indeed, I missed the edit! It's now fixed.