localminimum / R-net

A Tensorflow Implementation of R-net: Machine reading comprehension with self matching networks
MIT License
323 stars 122 forks source link

Use Spacy instead of Corenlp #10

Closed theSage21 closed 7 years ago

theSage21 commented 7 years ago

Reduces setup memory usage and is way faster. Unless we're trying to maintain paper compatibility that is.

ghost commented 7 years ago

Thanks for the pr! Spacy seems like a much faster and efficient way to tokenize :)