LinkLinkWu commited on
Commit
8314677
·
verified ·
1 Parent(s): a9d6d3f

Update func.py

Browse files
Files changed (1) hide show
  1. func.py +1 -0
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.