allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 132 forks source link

Exploratory Code for Span Prediction in Fill-the-Gap questions. #91

Closed JohannesMaxWel closed 8 years ago

JohannesMaxWel commented 8 years ago

I included files with the sentences and parse trees I was using. I figured that it's too complicated to write automatic scripts for downloading CoreNLP, writing the statements into new files and running the parser, but wrote a little README to show how one would do it in principle.

One might have to specify the path to a directory containing barrons/omnibus data manually in loaders.py.

matt-gardner commented 8 years ago

Looks like you based your PR off of a pretty old commit, which is one reason why the semaphore checks are failing. You need to rebase off of the current master. If you don't know how to do this, let me know, and I'll help.

Also, do you have access to semaphore, to see the errors? If you don't, let me know, and I'll help you get it set up (short version: create an account at semaphoreci.com with your @allenai.org email address, tell me you've done so, and I'll add you to the right group).

JohannesMaxWel commented 8 years ago

OK, I see the problem.

Could you help me with the rebase?

Also, I have created a semaphore account, but that was with a different email address. I'll add an account with the @allenai.org email address.