jonrh / lambda-lovelace

🎓 MSc project, recommender system for tweets
https://jonrh.github.io/lambda-lovelace/
ISC License
4 stars 0 forks source link

Fix Recommender System Unicode bug #86

Closed Marc5690 closed 8 years ago

Marc5690 commented 8 years ago

Line 325 in the count_bag function "if new_word.lower() == str(term.encode("utf-8")):" is resulting in a unicode bug.

Marc5690 commented 8 years ago

Fixed, by changing how the iteration works.