Spaces:
Runtime error
Runtime error
Commit
·
42535f1
1
Parent(s):
8289c6f
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,9 @@ ner_pipeline = pipeline(
|
|
20 |
)
|
21 |
|
22 |
examples = [
|
23 |
-
"Jokowi
|
24 |
-
"Lesti
|
|
|
25 |
]
|
26 |
|
27 |
def sentiment_analysis(text):
|
|
|
20 |
)
|
21 |
|
22 |
examples = [
|
23 |
+
"Jokowi sangat kecewa dengan POLRI atas kerusuhan yang terjadi di Malang",
|
24 |
+
"Lesti marah terhadap perlakuan KDRT yang dilakukan oleh Bilar",
|
25 |
+
"Ungkapan rasa bahagia diutarakan oleh Coki Pardede karena kebabasannya dari penjara"
|
26 |
]
|
27 |
|
28 |
def sentiment_analysis(text):
|