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
ai chatbot chatbotai nlp python3 spacy-nlp

Chatbot-Assistant

My take at an AI/NLP text-based assistant. Currently using python3 with NLTK for easier string processing and SpaCy for NLP tasks.

Instructions to Run

Status

Here is the current spacy pipeline:

tagging ->

parsing ->

NER ->

Classifier.

NER is the main part here.

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:

License

GNU General Public License v3.0