Introduction - If you have any usage issues, please Google them yourself
tfidf algorithm/** This program reads a file of inverse document frequency (idf)* values, and reads each file in a list containing term frequency* values, with each line containing an index number and a frequency* value. It writes an output file for each input file with the tf x* idf values.* /