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

docopt missing in annotate_factuality.sh #6

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 annotate_factuality.sh

./scripts/annotate_factuality.sh Traceback (most recent call last): File "./annotate_factuality.py", line 15, in from docopt import docopt ImportError: No module named docopt

gabrielStanovsky commented 7 years ago

Fixed in recent commit. Can you please verify it works now?

judithek commented 7 years ago

there is a different import error now:

Traceback (most recent call last): File "./annotate_factuality.py", line 23, in from parsers.factuality_server import Factuality_server as fs File "/home/local/UKP/eckle/unified-factuality/src/parsers/factuality_server.py", line 7, in import cherrypy ImportError: No module named cherrypy

gabrielStanovsky commented 7 years ago

Sorry again, same issue (didn't push). Can you please give it another try?

judithek commented 7 years ago

this issue is resolved now,

I am getting a different one: https://github.com/gabrielStanovsky/unified-factuality/issues/11