Spaces:
Runtime error
Runtime error
Arun Prakash commited on
Commit ·
c075a65
1
Parent(s): 736bc05
add
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from sklearn.metrics import confusion_matrix, classification_report
|
|
| 14 |
import matplotlib.pyplot as plt
|
| 15 |
from sklearn.metrics import plot_confusion_matrix
|
| 16 |
|
| 17 |
-
|
| 18 |
stopwords = nltk.corpus.stopwords.words('english')
|
| 19 |
|
| 20 |
def text_clean(text):
|
|
|
|
| 14 |
import matplotlib.pyplot as plt
|
| 15 |
from sklearn.metrics import plot_confusion_matrix
|
| 16 |
|
| 17 |
+
nltk.download('stopwords')
|
| 18 |
stopwords = nltk.corpus.stopwords.words('english')
|
| 19 |
|
| 20 |
def text_clean(text):
|