e2e-coref icon indicating copy to clipboard operation
e2e-coref copied to clipboard

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

Open sababl opened this issue 5 years ago • 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?

sababl avatar Sep 02 '19 05:09 sababl

@kentonl can you help us with this issue?

wrat avatar Oct 03 '19 09:10 wrat

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

ghost avatar Oct 14 '19 14:10 ghost

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

abhinandansrivastava avatar Oct 23 '19 06:10 abhinandansrivastava

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

thank you for answer, and I have it

sababl avatar Oct 24 '19 17:10 sababl

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

XiaoQQin avatar Oct 27 '19 12:10 XiaoQQin

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

sababl avatar Oct 27 '19 19:10 sababl

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

chanchalIITP avatar Nov 22 '19 05:11 chanchalIITP

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'.

viviqi avatar Jun 04 '20 06:06 viviqi

Was there ever a resolution here?

dsaks999 avatar Nov 07 '20 19:11 dsaks999

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.

zzhhjjj avatar Mar 31 '22 16:03 zzhhjjj