Hi I was wondering, what is the easiest way to get the term frequency of a term t in document d, namely tf(t,d) ? In the same spirit - what is the easieast way the get the document frequency of a term in the collection, i.e. how many contain the term t, namely df(t) ?
Regards, Shay