kentonl/e2e-coref

error : *.v4_gold_conll': No such file or directory

Opened this issue · 10 comments

Hi , I have a problem, when I run setup_training I get this error :
cat: 'conll-2012/v4/data/development/data/english/annotations////.v4_gold_conll': No such file or directory
how can i fix it?

wrat commented

@kentonl can you help us with this issue?

Hi I have the same issue, could you please assist me, thanks a lot.

@sababl You need to have ontonotes corpus for Training your own model.

@sababl You need to have ontonotes corpus for Training your own model.

thank you for answer, and I have it

I think you should use the python2 environment to get the gold_conll file.
As the code is shown in setup_training.sh:
bash conll-2012/v3/scripts/skeleton2conll.sh -D $ontonotes_path/data/files/data conll-2012
the up line code should in python2 environment

I think you should use the python2 environment to get the gold_conll file.
As the code is shown in setup_training.sh:
bash conll-2012/v3/scripts/skeleton2conll.sh -D $ontonotes_path/data/files/data conll-2012
the up line code should in python2 environment

thank you for response, but I use python2 entirely

Hi I have the same issue, could you please assist me, thanks a lot.

I have the same issue, it seems that the conll-2012 dataset has changed a bit, it does not contain *.v4_gold_conll' files, but files like *.v4_gold_skel', *.v4_gold_prop' and *.v4_gold_sense'.

Was there ever a resolution here?

Personally, I had this problem because I used python 3. Maybe make sure that you use python 2 and then the directory to ontonotes dataset is correct.