Update README.md
Browse files
README.md
CHANGED
@@ -46,3 +46,7 @@ else: # Otherwise, consider it analytical or confident
|
|
46 |
|
47 |
# Print tone counts
|
48 |
print("Tone Counts:", tones)
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
# Print tone counts
|
48 |
print("Tone Counts:", tones)
|
49 |
+
|
50 |
+
|
51 |
+
# sample output
|
52 |
+
#Tone Counts: {'analytical': 0, 'anger': 0, 'confident': 0, 'fear': 0, 'joy': 1, 'sadness': 0, 'tentative': 0}
|