rockingdingo / deepnlp

Deep Learning NLP Pipeline implemented on Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnicodeDecodeError

dreamingcp opened this issue · comments

I got this error:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc2 in position 23: invalid continuation byte
when I run python ner_model.py.
I tried it on ubuntu16.04 and windows10, both in python2 and python3. But I got the same error.
Can anyone help me?