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

Background corpus searcher #25

Closed matt-gardner closed 8 years ago

matt-gardner commented 8 years ago

Lucene search to get background knowledge now works.

Pradeep, I'm assigning this to you just FYI. Don't feel like you need to look over the code if you don't want to, though you might be interested in how MemoryNetworkExperiments.scala is set up.

There is unfortunately some other random stuff in this pull request, which happened because of trying to get docker to work...