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

Adding QuestionAnswerInstance #76

Closed matt-gardner closed 8 years ago

matt-gardner commented 8 years ago

Last one for today. This PR depends on the three prior PRs. In this one, I actually add a new Instance type, along with tests. Next up: add a new MemoryNetworkSolver subclass that can actually use these new instances.