Update README.md
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ def testing_data_prep(text):
|
|
111 |
word for word in words if word not in stopwords.words('english')]
|
112 |
if 12 >= len(new_filtered_words) >= 6:
|
113 |
return ' '.join(new_filtered_words)
|
114 |
-
return ' '
|
115 |
```
|
116 |
|
117 |
#### Training Hyperparameters
|
|
|
111 |
word for word in words if word not in stopwords.words('english')]
|
112 |
if 12 >= len(new_filtered_words) >= 6:
|
113 |
return ' '.join(new_filtered_words)
|
114 |
+
return ' '
|
115 |
```
|
116 |
|
117 |
#### Training Hyperparameters
|