kentonl / e2e-coref

End-to-end Neural Coreference Resolution
Apache License 2.0
518 stars 174 forks source link

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

Open sababl opened 4 years ago

sababl commented 4 years ago

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 4 years ago

@kentonl can you help us with this issue?

ghost commented 4 years ago

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

abhinandansrivastava commented 4 years ago

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

sababl commented 4 years ago

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

thank you for answer, and I have it

XiaoQQin commented 4 years ago

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

sababl commented 4 years ago

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

chanchalIITP commented 4 years ago

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

viviqi commented 4 years ago

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

dsaks999 commented 3 years ago

Was there ever a resolution here?

zzhhjjj commented 2 years ago

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.