Basic Vector-processing Model

Vector-space model: Term vectors: Similarity between vectors x and y in vector space:
x . y = |x| |y| cosa
|x| ... length of x
a ... angle between vectors

Document-query similarity:

Dr . Qs = Si,j=1,t ari qsj Ti . Tj
sim(Dr, Qs) = Si,j=1,t ari qsj
sim(Dr, Ds) = Si,j=1,t ari asj

Why to generate similarity coeficients:

Disadvantages of vector-processing model: Advantages: