vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Use of spaCy instead of CoreNLP #167

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Is your feature request related to a problem? Please describe. Using spaCy would let us do away with the Stanford CoreNLP dependency as well as the Java dependency for our deployment.

Describe the solution you'd like Using spaCy will enable us to reduce code as well as to skip downloading a pre-requisite package of ~480MB while setting up the project.

Describe alternatives you've considered N/A

Additional context