Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Changed Stanford CoreNLP to Stanza #64

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

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

Successfully merging this pull request may close these issues.

None yet

1 participant