Spaces:
Runtime error
Runtime error
Importing re
Browse filesImporting `re` module
app.py
CHANGED
@@ -5,6 +5,8 @@ import json
|
|
5 |
import pandas as pd
|
6 |
|
7 |
# -----imports for Sentiment Analyzer
|
|
|
|
|
8 |
from sklearn.pipeline import Pipeline
|
9 |
from sklearn.base import BaseEstimator, TransformerMixin
|
10 |
from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer
|
|
|
5 |
import pandas as pd
|
6 |
|
7 |
# -----imports for Sentiment Analyzer
|
8 |
+
import re
|
9 |
+
|
10 |
from sklearn.pipeline import Pipeline
|
11 |
from sklearn.base import BaseEstimator, TransformerMixin
|
12 |
from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer
|