root/trunk/w2tksum.c

Revision 389, 444 bytes (checked in by heitor.barbieri, 3 weeks ago)

essage first commit

Line 
1
2            if (found) {
3                /* similarity computation */
4                Wsomaq += weight * weight;  /* sum of squares for document terms */
5            }
6            else { /* if (lognotfound) ... */
7                if (parmwsoma) {
8                    /* similarity computation */
9                    Wsomaq += weight * weight;  /* sum of squares for document terms */
10                }
11                continue;
12            }
Note: See TracBrowser for help on using the browser.