aditdwi123 commited on
Commit
e64966c
1 Parent(s): 6930ce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
  language: id
3
  tags:
4
- - sentiment-analysis
5
- - text-classification
6
- - naive-bayes
 
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}")