CatgirlIntelligenceAgency/code/features-search/result-ranking
Viktor Lofgren 704de50a9b (forward-index, valuator) HTML features in valuator
Put it in the forward index for easy access during index-side valuation.
2023-08-18 11:54:56 +02:00
..
src (forward-index, valuator) HTML features in valuator 2023-08-18 11:54:56 +02:00
build.gradle Yet more restructuring. Improved search result ranking. 2023-03-16 21:35:54 +01:00
readme.md Increase search result relevance (#8) 2023-04-07 20:18:08 +02:00

Result Ranking

Contains various heuristics for deciding which search results are important with regard to a query. In broad strokes BM-25 is used, with a number of additional bonuses and penalties to rank the appropriate search results higher.

Central Classes

See Also