Update func.py
Browse files
func.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
----------
|
|
|
2 |
* **Single** `analyze_sentiment` implementation – no more duplicates.
|
3 |
* Returns **label string by default**, optional probability via `return_prob`.
|
4 |
* Threshold lowered to **0.50** and Neutral treated as Positive.
|
|
|
1 |
----------
|
2 |
+
"""
|
3 |
* **Single** `analyze_sentiment` implementation – no more duplicates.
|
4 |
* Returns **label string by default**, optional probability via `return_prob`.
|
5 |
* Threshold lowered to **0.50** and Neutral treated as Positive.
|