No problem, I did mean the frequency of the task itself.
I assume this needs to be a “free” solution? (related to my first question really, since free rules out using some snazzy, although expensive, data analysis tool on trial)
You mentioned thousands of records… will the data set to be analysed grow? Any processing time-frame restrictions?
I deleted some stuff on seeing gibran’s post (repeats).
That type of information isn’t really proper frequency analysis. I suspect that sticking the data into a MySQL database & running a fairly straight forward SQL query can give those answers. gibran, what do you think?
Not sure about the whole task at hand but IMHO your suggestion will likely prove more efficient.
AFAIK ganzua is meant to address cryptograms and it looks like it cannot export frequency counts.
OK, my SQL is rusty & I’ve not personnally used MySQL (although I know it’s free). But, I do know that SQL itself is quite capable of performing this task with a SELECT utilising a combination of COUNT & GROUP BY… with maybe needing an Outer Join to exclude COUNT returns of 1 (if required).