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

Update to python3 #23

Closed matt-gardner closed 8 years ago

matt-gardner commented 8 years ago

This is making the code compatible with python 3, to more easily take advantage of Dmitry's work with docker. The only thing that needs to be changed is how print is called.

Also, I fixed some minor code formatting issues (trailing whitespace, spacing when doing string formatting).