dwadden / dygiepp

Span-based system for named entity, relation, and event extraction.
MIT License
569 stars 120 forks source link

allennlp not found #120

Open llllljm opened 1 year ago

llllljm commented 1 year ago

Hi! When I run the following code: allennlp predict pretrained/scierc.tar.gz \ data/scierc/normalized_data/json/test.json \ --predictor dygie \ --include-package dygie \ --use-dataset-reader \ --output-file predictions/scierc-test.jsonl \ --cuda-device 0 \ --silent it output "allennlp not found" . But I have installed allenlp library. Do you know why it happens? Thanks

dwadden commented 1 year ago

Hmm that's strange, I don't know why. Can you confirm that you've followed the followed the setup instructions in the README?

llllljm commented 1 year ago

thank you for your reply!