I downloaded the recently updated code and ran it. I can run ·source kp_convert.sh successfully. But when I run python preprocess.py -config config/preprocess/config-preprocess-keyphrase-kp20k.yml , it reported a error : AssertionError: Please check path of your src vocab!。 It seems like The src_vocab address is specified in the yml file, but there is no magkp20k.vocab.pt file at that address (data/keyphrase/meng17/magkp20k.vocab.pt) . Should I use data/keyphrase/meng17/kp20k.vocab.pt or What else should I do?
I downloaded the recently updated code and ran it. I can run ·
source kp_convert.sh
successfully. But when I runpython preprocess.py -config config/preprocess/config-preprocess-keyphrase-kp20k.yml
, it reported a error :AssertionError: Please check path of your src vocab!
。 It seems like The src_vocab address is specified in the yml file, but there is no magkp20k.vocab.pt file at that address (data/keyphrase/meng17/magkp20k.vocab.pt
) . Should I usedata/keyphrase/meng17/kp20k.vocab.pt
or What else should I do?