gabrielStanovsky / unified-factuality

Code, data and models for the paper "Integrating Deep Linguistic Features in Factuality Prediction over Unified Datasets" (Stanovsky, Eckle-Kohler, Puzikov, Dagan and Gurevych ACL 2017)
MIT License
7 stars 0 forks source link

cherrypy missing in run_spacy_server.sh #7

Closed judithek closed 7 years ago

judithek commented 7 years ago

testing on Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2

I get an ImportError when running

./scripts/run_spacy_server.sh Traceback (most recent call last): File "./parsers/spacy_server.py", line 7, in import cherrypy ImportError: No module named cherrypy

gabrielStanovsky commented 7 years ago

@judithek Fixed in recent commit, can you please verify?

judithek commented 7 years ago

I get the same error as before

gabrielStanovsky commented 7 years ago

Sorry, forgot to push. Should work now.

You'll need to install the annotator with the script again.

judithek commented 7 years ago

I will re-try when https://github.com/gabrielStanovsky/unified-factuality/issues/10 has been resolved (cannot properly install the annotator)

judithek commented 7 years ago

resolved