Hi,
I am trying to write a psuedocode for finding five words in a list from a text pattern that whether they exist in the text or not and if they do write their count and occurrences. I have written a psuedocode based on naïve pattern search algo but the problem is it only finds single pattern in a string not a list of words. how can I do that?