CatgirlIntelligenceAgency/code/features-index/result-ranking
2023-11-06 13:14:22 +01:00
..
src (result-ranking) Nudge up results with ngram matches a tiny bit 2023-11-06 13:14:22 +01:00
build.gradle (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +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