Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,6 @@ from nltk.tree import Tree
|
|
| 17 |
from googleapiclient.discovery import build
|
| 18 |
import emoji
|
| 19 |
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
|
| 20 |
-
from google.colab import drive
|
| 21 |
|
| 22 |
|
| 23 |
|
|
@@ -27,10 +26,6 @@ nltk.download('averaged_perceptron_tagger')
|
|
| 27 |
nltk.download('maxent_ne_chunker')
|
| 28 |
nltk.download('words')
|
| 29 |
|
| 30 |
-
|
| 31 |
-
# Mount Google Drive
|
| 32 |
-
drive.mount('/content/drive')
|
| 33 |
-
|
| 34 |
# Initialize the SentimentIntensityAnalyzer
|
| 35 |
sia = SentimentIntensityAnalyzer()
|
| 36 |
|
|
|
|
| 17 |
from googleapiclient.discovery import build
|
| 18 |
import emoji
|
| 19 |
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
|
|
|
|
| 26 |
nltk.download('maxent_ne_chunker')
|
| 27 |
nltk.download('words')
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
# Initialize the SentimentIntensityAnalyzer
|
| 30 |
sia = SentimentIntensityAnalyzer()
|
| 31 |
|