Hironsan / anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
https://anago.herokuapp.com/
MIT License
1.48k stars 371 forks source link

fixes load_glove on Windows #99

Closed armanrahman22 closed 5 years ago

armanrahman22 commented 5 years ago

Hi! This is a small fix to the load_glove function so that it works on Windows per this issue: https://stackoverflow.com/questions/9233027/unicodedecodeerror-charmap-codec-cant-decode-byte-x-in-position-y-character

Hironsan commented 5 years ago

Thanks!