I am trying to count the number of times that a phrase occurs in a series of sentences. For example, I am trying to find how many times someone entered the phrase "you rock" or "you are terrible" into a free form text field. I've currently tried to use the fuzzy matching tool and tried to count the number of times that phrase appears however it doesn't seem to work with phrases that have multiple words. Another note is that I originally used the fuzzy match tool because spelling was an issue in the searched (people entered) field. Any ideas on this? I'm able to get it to return the correct numbers if there is only one word that is being searched for however that won't work for this because the negations (not great vs great) are proving to be more challenging that I had originally thought.
Any feedback or questions are more than welcome! It's a little hard due to the sensitive nature of the info.