From 34d7a1a54935a4a4ec866efc369a07ba1e83f96a Mon Sep 17 00:00:00 2001 From: Utkarsh Mishra Date: Tue, 23 Apr 2019 20:39:14 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 852323c..64bcac5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pip3 install -r requirements.txt ``` 6. Download all the required NLTK datasets/models (```averaged_perceptron_tagger```, ```punkt```, and ```vader_lexicon```) ``` -python3 nltk.py +python3 nltk_utils.py ``` 7. Run the Python script (Server runs on ```http://0.0.0.0:5000/``` by default) ```