Closed abendebury closed 10 years ago
lib/wordseerbackend/wordseerbackend/sequence/sequenceprocessor.py:83: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if word.word.lower() not in self.stop_words:
Does this error still happen?
sequenceprocessor.py line 83
Solution:
stop_words should be unicode, probably