aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.31k stars 337 forks source link

Fix error: UnicodeDecodeError: 'charmap' codec can't decode byte 0x81… #83

Closed htaghizadeh closed 7 years ago

htaghizadeh commented 7 years ago

… ...

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "...\polyglot\setup.py", line 15, in <module>
    readme = readme_file.read()
  File "h:\program files (x86)\python35-32\lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 4941: character maps to <undefined>
taybin commented 7 years ago

Please merge this.