Skip to content

Commit 623c7ec

Browse files
authored
Update README.md
1 parent 850483f commit 623c7ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ History of chatbots dates back to 1966 when a computer program called ELIZA was
66

77
On similar lines let's create a very basic chatbot utlising the Python's NLTK library.It's a very simple bot with hardly any cognitive skills,but still a good way to get into NLP and get to know about chatbots.
88

9-
the accompanying blog titled:**[Building a Simple Chatbot in Python (using NLTK]**(https://medium.com/analytics-vidhya/building-a-simple-chatbot-in-python-using-nltk-7c8c8215ac6e)
109

1110
# Outline
1211
* Motivation
@@ -19,7 +18,7 @@ On similar lines let's create a very basic chatbot utlising the Python's NLTK li
1918
The idea of this project was not to create some SOTA chatbot with exceptional cognitive skills but just to utilise and test my Python skills.This was one of my very first projects, created when I just stepped into the world of NLP and I thought of creating a simple chatbot just to make use of my newly acquired knowledge.
2019

2120
## BlogPost
22-
For detailed overview, here is the accompanying blog titled:**[Building a Simple Chatbot in Python (using NLTK](https://medium.com/analytics-vidhya/building-a-simple-chatbot-in-python-using-nltk-7c8c8215ac6e)**
21+
For detailed overview, here is the accompanying blog titled:**[Building a Simple Chatbot in Python (using NLTK)](https://medium.com/analytics-vidhya/building-a-simple-chatbot-in-python-using-nltk-7c8c8215ac6e)**
2322

2423

2524
## Pre-requisites
@@ -46,4 +45,6 @@ nltk.download('wordnet')
4645
## How to run
4746
* You can run the [chatbot.ipynb](https://github.com/parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK/blob/master/Chatbot.ipynb) which also includes step by step instructions.
4847

49-
48+
* ```
49+
python chatbot.py
50+
```

0 commit comments

Comments
 (0)