KhalilMrini / LAL-Parser

Neural Adobe-UCSD Parser, the current State of the Art in Constituency and Dependency Parsing.
138 stars 24 forks source link

download the best model #15

Closed CCChenhao997 closed 4 years ago

CCChenhao997 commented 4 years ago

Can you upload the best model through Baidu Netdisk, because it's not convenient for Google Drive to download large files. Thank you very much.

Franck-Dernoncourt commented 4 years ago

What's the issue with Google Drive to download large files? (Google ban in China or something else?)

Franck-Dernoncourt commented 4 years ago

Mirror: https://archive.org/details/neuraladobe-ucsdparser

To download it programmatically:

pip install internetarchive
ia download neuraladobe-ucsdparser
CCChenhao997 commented 4 years ago

Mirror: https://archive.org/details/neuraladobe-ucsdparser

To download it programmatically:

pip install internetarchive
ia download neuraladobe-ucsdparser

I have solved the download model problem. Thank you. I really appreciate your help.