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
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,28 @@ On similar lines let's create a very basic chatbot utlising the Python's NLTK li
12
12
* Motivation
13
13
* Blogpost
14
14
* Pre-requisites
15
-
* Installation
16
15
* How to run
17
16
18
17
19
-
20
18
## Motivation
21
-
22
19
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.
23
20
24
21
## BlogPost
25
-
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)
26
-
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)
27
23
28
24
29
25
## Pre-requisites
26
+
**NLTK(Natural Language Toolkit)**
27
+
28
+
[Natural Language Processing with Python](http://www.nltk.org/book/) provides a practical introduction to programming for language processing.
29
+
30
+
For platform-specific instructions, read [here](https://www.nltk.org/install.html)
0 commit comments