Skip to content

Commit 4388232

Browse files
authored
Update README.md
1 parent 9b88a6a commit 4388232

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,28 @@ On similar lines let's create a very basic chatbot utlising the Python's NLTK li
1212
* Motivation
1313
* Blogpost
1414
* Pre-requisites
15-
* Installation
1615
* How to run
1716

1817

19-
2018
## Motivation
21-
2219
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.
2320

2421
## 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)
2723

2824

2925
## 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)
31+
32+
### Installation of NLTK
33+
```
34+
pip install nltk
35+
```
36+
37+
3038

3139

0 commit comments

Comments
 (0)