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

Switch time distributed #240

Closed BeckySharp closed 7 years ago

BeckySharp commented 7 years ago

As we discussed, switches to using TDWM for word_overlap matcher, also adds test to ensure TDWM passes out a correct mask even if no input masks provided (and code removed to make it work).