search for: expandstats

Displaying 3 results from an estimated 3 matches for "expandstats".

2013 Jul 22
0
Query Expansion trial version ready
Hello guys, I have some good news. After a lot of hardwork, here is the trial version of our new query expansion mechanism. The code compiles well. But, I have yet to test it extensively. Dan's advice of making ExpandStats a member of ExpandWeight really proved to be useful. Thanks Dan ! :) While I work on testing the mechanism, I would really appreciate if I got feedback and reviews about the code :- https://github.com/xapian/xapian/pull/24 -Regards -Aarsh -------------- next part -------------- An HTML attachment...
2013 Feb 07
0
Ideas for allowing specification of weighing scheme for Eset
...atter ) or 2 * k2* nq / (1+L) as the length of the query is not needed in any way to build the Eset (Please do correct me if I am wrong about any assumptions Ive made so far ) . So,in order to use BM25 for weighing terms for Eset,we only need to modify the "multiplier" data member of the Expandstats class and then the final weight can be returned by ExpanWeight::get_weight( ) as (multiplier*tw) where tw will obviously be same for both the weighing schemes.Thus,depending on the weighing scheme and the parameters specified by the user in Enquire.get_eset( ) , multiplier can be calculated differ...
2009 Feb 12
1
problem when using xapian's static libs in windows
...sitionIterator(class Xapian::PositionIterator::Internal *)" (??0PositionIterator at Xapian@@QAE at PAVInternal@01@@Z) libinmemory.lib(inmemory_database.obj) : error LNK2001: ????????? "public: virtual void __thiscall Xapian::TermIterator::Internal::accumulate_stats(class Xapian::Internal::ExpandStats &)const " (?accumulate_stats at Internal@TermIterator at Xapian@@UBEXAAVExpandStats at 13@@Z) libinmemory.lib(inmemory_alltermslist.obj) : error LNK2001: ????????? "public: virtual void __thiscall Xapian::TermIterator::Internal::accumulate_stats(class Xapian::Internal::ExpandStats &am...