agentlans commited on
Commit
2426e0f
1 Parent(s): 47f904e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -77,7 +77,35 @@ for x, s in zip(text, sentiment(text)):
77
 
78
  Output:
79
  ```text
 
 
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  ```
82
 
83
  ## Performance
 
77
 
78
  Output:
79
  ```text
80
+ Text: I absolutely despise this product and regret ever purchasing it.
81
+ Sentiment: -2.03
82
 
83
+ Text: The service at that restaurant was terrible and ruined our entire evening.
84
+ Sentiment: -2.14
85
+
86
+ Text: I'm feeling a bit under the weather today, but it's not too bad.
87
+ Sentiment: 0.16
88
+
89
+ Text: The weather is quite average today, neither good nor bad.
90
+ Sentiment: 0.09
91
+
92
+ Text: The movie was okay, I didn't love it but I didn't hate it either.
93
+ Sentiment: -0.0
94
+
95
+ Text: I'm looking forward to the weekend, it should be nice to relax.
96
+ Sentiment: 1.85
97
+
98
+ Text: This new coffee shop has a really pleasant atmosphere and friendly staff.
99
+ Sentiment: 2.08
100
+
101
+ Text: I'm thrilled with my new job and the opportunities it presents!
102
+ Sentiment: 2.46
103
+
104
+ Text: The concert last night was absolutely incredible, easily the best I've ever seen.
105
+ Sentiment: 2.56
106
+
107
+ Text: I'm overjoyed and grateful for all the love and support from my friends and family.
108
+ Sentiment: 2.38
109
  ```
110
 
111
  ## Performance