-
A simple chatbot to respond any queries regarding Kidney diseases.
-
The Natural Language Toolkit (NLTK) is a platform used for building Python programs that work with human language data for applying in statistical natural language processing
-
It contains text processing libraries for tokenization
- Parsing
- Classification
- Stemming
- Tagging
- Semantic reasoning.
-
Run pip install nltk to import the nltk libraries.
-
It responds with random greeting texts using random.choice()
-
Data Processing
-
Data is feeded to respond any queries regarding Kidney diseases.
-
Data is taken from the Article
https://www.mayoclinic.org/diseases-conditions/chronic-kidney-disease/symptoms-causes/syc-20354521
-
Data is taken from a open source website and imported as a field.
-
-
When it encounters something irreleveant, it responds accordingly
-
To exit out of the chat, type bye!!!
REGEX
https://s3.amazonaws.com/thinkific/file_uploads/118220/attachments/184/63e/f6b/Regex_Cheatsheet.pdf