rat-sql icon indicating copy to clipboard operation
rat-sql copied to clipboard

Changed Stanford CoreNLP to Stanza

Open ReinierKoops opened this issue 3 years ago • 2 comments

This change should:

  • Should speed up preprocess step
  • Reduce the dependencies of the project (no more need for JDK and Stanford CoreNLP server installation)
  • Stanza is native Python!

ReinierKoops avatar Dec 09 '21 17:12 ReinierKoops

CLA assistant check
All CLA requirements met.

ghost avatar Dec 09 '21 17:12 ghost

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).

ReinierKoops avatar Dec 09 '21 17:12 ReinierKoops