danielhers / tupa

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

Pre-trained models require vocab file #35

Closed danielhers closed 6 years ago

danielhers commented 6 years ago

When running with a pre-trained model, using this command,

python -m tupa example.txt -m models/ucca-bilstm

The following error occurs:

FileNotFoundError: [Errno 2] No such file or directory: 'vocab/en_core_web_lg.csv'

The vocabulary files should be packaged with the models, if they require them.

(Reported in #34).