Back to List Archive
On Wed, 12 Aug 1998, Mark Gaulin wrote: > FYI, here is the existing ranking function: > rank = ((log(max(freqInFile, 5)) + 10) / freqInAllFiles) / numWordsInFile * > 10000 What is the "+ 10" for? - Paul