Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
---
|
2 |
language: id
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
7 |
license: mit
|
8 |
---
|
9 |
|
@@ -54,4 +55,4 @@ def classify_sentence(sentence):
|
|
54 |
test_sentence = "saya sangat senang dengan pelayanan yang baik"
|
55 |
predicted_sentiment = classify_sentence(test_sentence)
|
56 |
print(f"Kalimat: {test_sentence}")
|
57 |
-
print(f"Prediksi Sentimen: {predicted_sentiment}")
|
|
|
1 |
---
|
2 |
language: id
|
3 |
tags:
|
4 |
+
- sentiment-analysis
|
5 |
+
- text-classification
|
6 |
+
- naive-bayes
|
7 |
+
- cyber-bullying
|
8 |
license: mit
|
9 |
---
|
10 |
|
|
|
55 |
test_sentence = "saya sangat senang dengan pelayanan yang baik"
|
56 |
predicted_sentiment = classify_sentence(test_sentence)
|
57 |
print(f"Kalimat: {test_sentence}")
|
58 |
+
print(f"Prediksi Sentimen: {predicted_sentiment}")
|