I'm looking for a good tags generator. A function from document/term matrix onto term list is a good bet, since it creates an analysis of the interplay of document and term. I have an LSA implementation for grinding on document/term matrices. This is very effective but seems overkill. Is there a simpler function from a document/term matrix onto a terms list? Maybe the mean tf-idf or log-entropy?
-- Lance Norskog [email protected]
