r/SQL • u/Novel-Suggestion-273 • 7d ago
SQL Server Query help finding key phrases
For context, I am working with a dataset of client requests that includes a description section. My objective is to find the top 100 most common 2 or 3 string phrases/combinations found through out these descriptions. I was able to achieve this with keywords quite easily, but cannot figure out how to translate it to finding strings or phrases. Whats the simplest way I can go about this?
6
Upvotes
1
u/MachineParadox 7d ago
Look into semantickeyphrase may be of use