Understanding the BM25 full text search algorithm

from blog Simon Willison's Weblog, | ↗ original
Understanding the BM25 full text search algorithm Evan Schwartz provides a deep dive explanation of how the classic BM25 search relevance scoring function works, including a very useful breakdown of the mathematics it uses. Via lobste.rs Tags: search, algorithms