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