yitingliii commited on
Commit
7abb94b
1 Parent(s): a2b22c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -39,10 +39,8 @@ import nltk
39
  nltk.download('stopwords')
40
  nltk.download('wordnet')
41
  ```
42
- <br> After downloading all the required packages,
43
- ```
44
- exit()
45
- ```
46
 
47
  ## How to use:
48
  Training a new dataset with existing SVM model, follow the steps below:
 
39
  nltk.download('stopwords')
40
  nltk.download('wordnet')
41
  ```
42
+ <br> After downloading all the required packages, **do not** exit.
43
+
 
 
44
 
45
  ## How to use:
46
  Training a new dataset with existing SVM model, follow the steps below: