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

Remove `default_label` argument in `read_from_line` methods #265

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

It's no longer used, and hasn't been for a long time, and basically all of our new methods say "this argument is unused, but we're adding it for consistency".