chaudhary1337 / Chatbot-Assistant

My take at an assistant. Currently using python3 with SpaCy for easier Natural Language Processing.
GNU General Public License v3.0
0 stars 0 forks source link

Same thing over and over #2

Open chaudhary1337 opened 4 years ago

chaudhary1337 commented 4 years ago

Currently, I have found out that the structure I am using here is same across all of the "Chatbot" repos I have found out. I also looked up chatbots for hindi specifically; it turns out all have, again, surprise surprise, the exact same strucutre.

Anyways, apart from the current depression, one big problem I found out, was that there are no bots available using logic; like predicate calculus. I think I can add somethings to that; as of now these are the following additions to implement:

Archiving the repo for now. I will keep working on it as I please (or not). This project has taken a huge dip in importance for me :cry:

chaudhary1337 commented 4 years ago

Here is the current spacy pipeline:

tagging -> parsing -> NER -> Classifier.

NER is the main part here.