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 133 forks source link

Tests and fixes to new data api #407

Open DeNeutoy opened 7 years ago

DeNeutoy commented 7 years ago

In summary this PR does the following few things:

matt-peters commented 7 years ago

This looks great to me, from my somewhat quick look 👍 . I didn't see any big API changes in this, just testing and cleanup, right? It's nice to have usage examples in the test suite, thank you for adding them!