Update README.md
Browse files
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:
|