UppsalaNLP / uuparser

A transition-based parser for Universal Dependencies with BiLSTM word and character representations.
Apache License 2.0
80 stars 25 forks source link

LZMAError when trying to use external embeddings #14

Closed george-roussos closed 4 years ago

george-roussos commented 4 years ago

I am trying to include external embeddings, which come in a .txt file and each line contains the word and dimensions and encoding of file is UTF-8, however I keep getting a _lzma.LZMAError: Input format not supported by decoder. I have also tried the flag for unfiltered vectors, but I keep getting this error.

george-roussos commented 4 years ago

Closing this, as I pull requested.