Skip to content

Changed Stanford CoreNLP to Stanza #64

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ReinierKoops
Copy link

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!

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!
@ghost
Copy link

ghost commented Dec 9, 2021

CLA assistant check
All CLA requirements met.

@ReinierKoops
Copy link
Author

ReinierKoops commented Dec 9, 2021

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant