Add freq & squared idf normalisations in tf-idf weighting scheme
commitd3152f85e20163cd15a8959490cd02f842aa3412
authorVivek <vivekpal.dtu@gmail.com>
Wed, 6 Apr 2016 01:29:51 +0000 (6 06:59 +0530)
committerJames Aylett <james@tartarus.org>
Sun, 10 Apr 2016 07:58:50 +0000 (10 08:58 +0100)
tree3199cd52f830e6bb02059d1c3fb743e5e6a39f3c
parent29af3f5f45c0aa662b0559b73dd4fe5e97b0e6b2
Add freq & squared idf normalisations in tf-idf weighting scheme

-Add support for freq & squared normalisations.
-Add additional tests for these schemes.
-Modify weight.h to reflect changes in Documentation.
xapian-core/include/xapian/weight.h
xapian-core/tests/api_weight.cc
xapian-core/weight/tfidfweight.cc