Samhitha-Jasti / ChatBot

This is a Text Chat Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatBot

Algorithm has deep learning network(Feet forward neural network).

Tokenization- Splitting a string into meaningful units. (Punctuation characters works different for every tokenization technique)

Stemming(Porter Stemer Algorithm)- A NLP techniques, generates the root form of the words. Crude heuristic that chops of the ends off of words.

PreProcessing Pipeline--- Tokenize->Lower+Stem->Excluding Punctuation characters->Bag of words

About

This is a Text Chat Bot

License:MIT License


Languages

Language:Jupyter Notebook 100.0%