in python-app/comment-stream.py [0:0]
def get_comment_sentiment(comment): pattern_analysis = TextBlob(comment) return pattern_analysis.sentiment