danielhers / tupa

Transition-based UCCA Parser
https://danielhers.github.io/tupa
GNU General Public License v3.0
72 stars 24 forks source link

Error with English pre-trained model #33

Closed feralvam closed 6 years ago

feralvam commented 6 years ago

Hello, I downloaded the English pre-trained model, but when trying to unpack it I get the following error:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

I can train the parser (btw, the link to the Wiki corpus has changed), but I thought I should let you know.

danielhers commented 6 years ago

Thanks. After downloading the model, I ran tar xvzf ucca-bilstm-1.3.2.tar.gz and it extracted it successfully. Perhaps the file you downloaded is corrupted? Please try downloading it again.

feralvam commented 6 years ago

Hi! I could download and then unpack it successfully using wget. If i download it using curl I still get the same error I mentioned when using tar. Anyway, thank you for the quick reply.