rockingdingo / deepnlp

Deep Learning NLP Pipeline implemented on Tensorflow
MIT License
1.35k stars 711 forks source link

UnicodeDecodeError #16

Open dreamingcp opened 7 years ago

dreamingcp commented 7 years ago

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?