Created
July 14, 2022 14:22
-
-
Save erichare/7eee8e643f87ea119d82919b95cff330 to your computer and use it in GitHub Desktop.
Interface with the Daisi for Sentiment Analysis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pydaisi as pyd | |
sentiment_analysis = pyd.Daisi("erichare/Sentiment Analysis") | |
sentiment_analysis.get_sentiment("I am so happy").value | |
sentiment_analysis.get_sentiment(["I am so happy", "Actually, I'm not sure", "I'm pretty upset"]).value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment