term Doc1 Doc2 Doc3
---------------------------------------
Linus 10 0 1
Snoopy 1 4 0
pumpkin 4 100 10
Do this by computing the tf-idf cosine between the query and Doc1, the cosine between
the query and Doc2, and the cosine between the query and Doc3, and choose the highest value. You should use the ltc.lnn weighting variation (remember that's ddd.qqq), the same weighting you will use for PA3,
using the following table:
Hint: