SQL Server Text - Sentiment Analysis

Hi

I have a SQL Server 2019 database - I have survey data where a user may have entered some text responses. I would like to identify if the comment is positive or negative, and to what degree. Is there any relatively simple way of doing this in SQL 2019. I have installed Python machine learning in SQL Server- but im new to this. Are there any functions or SPs that have already been built maybe to do such tasks

TIA

Welcome

This is more data science than sql server. Check the following out

or discord

1 Like

You may not have heard of this ( why only Python )

NLP
natural language processing

if the comment is positive or negative, and to what degree
-- all these options are easily available

2 Likes