I will like to approach this in a separate way, firstly
i will difine a dictionary of words i.e sentiment values (between -1 and 1)
i will also clean up the text i.e (lowercase, strip punctuation/numbers)
i will also assign a sentiment score for each comment by averaging the values of words that exist.