kentonl / e2e-coref

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

could not find the gold parse [/projects/WebWare6/ontonotes-release-5.0/data/files/data/arabic/annotations/nw/ann/02/ann_0237.parse] in the ontonotes distribution ... exiting ... #6

Closed lifuyang closed 6 years ago

lifuyang commented 6 years ago

when I run setup_training.sh , I get error

kentonl commented 6 years ago

As mentioned in the README, you need access to OntoNotes 5 to train your own model. The path in that error message is where I placed my copy of OntoNotes. You'll need to edit this line: https://github.com/kentonl/e2e-coref/blob/master/setup_training.sh#L20

poojanarayanc commented 5 years ago

had this exact same issue. but since I didn't need arabic & chinese, I removed those folders. Then everything worked fine.

Hafsa-Masroor commented 3 years ago

Hi @poojanarayanc @kentonl I'm also getting the same error while executing ./setup_training.sh ../ontonotes-release-5.0 $data_dir for project https://github.com/mandarjoshi90/coref Though I deleted arabic & chinese directories from ontonotes-release-5.0 dataset as they are not needed, still the error says could not find the gold parse [../ontonotes-release-5.0/data/files/data/arabic/annotations/nw/ann/00/ann_0001.parse] in the ontonotes distribution ... exiting ...

Please guide me what's the issue & how to fix it?

Notes:

Thanks!

ErrorLogs.txt