Skip to content

Commit

Permalink
Remove prinjt in sentiment
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Feb 13, 2024
1 parent 4701945 commit cee06f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions niimpy/reading/google_takeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ def email_activity(
if len(content_batch) >= 0:
sentiments += get_sentiment(content_batch)

print(sentiments)

labels = [s["label"] for s in sentiments]
scores = [s["score"] for s in sentiments]
df["sentiment"] = labels
Expand Down

0 comments on commit cee06f2

Please sign in to comment.