You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ On similar lines let's create a very basic chatbot utlising the Python's NLTK li
9
9
10
10
# Outline
11
11
*[Motivation](#motivation)
12
-
* Blogpost(#blogpost)
13
-
* Pre-requisites(#pre-requisites)
14
-
* How to run(#how-to-run)
12
+
*[Blogpost](#blogpost)
13
+
*[Pre-requisites](#pre-requisites)
14
+
*[How to run](#how-to-run)
15
15
16
16
17
17
## Motivation
@@ -43,8 +43,9 @@ nltk.download('wordnet')
43
43
```
44
44
45
45
## How to run
46
+
* Jupyter Notebook
46
47
* 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.
0 commit comments