Hello all.I am using java and I have 2 tables:create table finalOpinion(attribute VARCHAR (50),sentence VARCHAR (560),model VARCHAR (50));create table feelingsWords(feeling VARCHAR (50),rating INT);
I want to get the rating of words that in the sentence that appear in feeling in the feelingsWords table.My problem is that the sentence can have other words like:"screen is good" so I want to get the rate of it from the feeling table.thanks for helping