You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by sagnik Wednesday Sep 16, 2020 at 18:45 GMT
This is pretty late, but I think this is because of a version mismatch. enviornment.yml specifies the allennlp version to be 0.8.4. I think if you create a jiant environment using conda create -f environment.yml it would pull down the proper version of AllenNLP and things would work.
Issue by csyhhu
Friday Jul 31, 2020 at 09:26 GMT
Originally opened as nyu-mll/jiant#1105
Hi !
I try to download and extract ontonotes data using
get_and_process_all_data.sh
, and it comes out with the error as :I have checked
allennlp.data.dataset_readers.dataset_utils
, indeed there is no Ontonotes. And I look back toallennlp
to searchOntonotes
, the only result is shown here: https://github.com/allenai/allennlp/blob/c4c532d25e012dbe6ab1ac14bca75e53e0acc621/scripts/compile_coref_data.shwithout any classes named as
Ontonotes
.Here is my version:
allennlp==1.1.0rc2.dev20200724
allennlp-models==1.1.0rc2.dev20200724
Or should I follow the instruction in README.md to use
extract_ontonotes_all.py
to process the ontonotes datasets?Best regards
The text was updated successfully, but these errors were encountered: