Hi, I'm new here.. I just started using processing recently, going through a few Reas & Fry books; currently I'm on Visualizing Data, which brings me to my question: I have put together a text file that I want to search for any strings that appear more than once, such as any common phrases or words, and I'd like to be able to view them in a numbered hit list (e.g.
this word appears 20 times and
this phrase appears 5 times) -- what would you use to compile such a list? Would this be done most easily in Processing or would you use some terminal based app?