microsoft / rat-sql

A relation-aware semantic parsing model from English to SQL
https://arxiv.org/abs/1911.04942
MIT License
406 stars 117 forks source link

Changed Stanford CoreNLP to Stanza #64

Open ReinierKoops opened 2 years ago

ReinierKoops commented 2 years ago

This change should:

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

ReinierKoops commented 2 years ago

This change is proposed because I ran into a problem when trying to run this project ('preprocessing' step) on Google Colab. I had to run a separate StanfordCoreNLP server. With Stanza I can just run it without having to start a separate server instance for my Google Colab notebook (https://colab.research.google.com/drive/1QGBxUZb7_RlBjIJFC2O7XEovl80iQoB6?usp=sharing).