I've had good fun playing around with this, it's certainly made NLP more approachable.<p>One issue though is that it seems to choke with certain characters.<p>For instance the character £ it seems to complain with this error message:<p>>>> TextBlob("£")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/eterm/nlp/local/lib/python2.7/site-packages/text/blob.py", line 340, in __repr__
return unicode("{cls}('{text}')".format(cls=class_name, text=self.raw))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 10: ordinal not in range(128)