naufalnashif
commited on
Commit
·
90c6af4
1
Parent(s):
7395a16
Update app.py
Browse files
app.py
CHANGED
@@ -292,6 +292,7 @@ elif input_option == "Unggah Berkas XLSX" and uploaded_file is not None:
|
|
292 |
emoticon = get_emoticon(sentiment_label)
|
293 |
cleaned_text = clean_text(text)
|
294 |
norm_slang_text = normalize_slang(cleaned_text, lookp_dict)
|
|
|
295 |
if 'Date' in df.columns :
|
296 |
for date in dates :
|
297 |
results.append({
|
|
|
292 |
emoticon = get_emoticon(sentiment_label)
|
293 |
cleaned_text = clean_text(text)
|
294 |
norm_slang_text = normalize_slang(cleaned_text, lookp_dict)
|
295 |
+
tanpa_stopwords = remove_stopwords(norm_slang_text, stop_words)
|
296 |
if 'Date' in df.columns :
|
297 |
for date in dates :
|
298 |
results.append({
|