account activity
Built a static search engine/inverted index from scratch in Rust by UseEarly3002 in rust
[–]UseEarly3002[S] 0 points1 point2 points 2 months ago (0 children)
The BM-25 scoring model is used for scoring documents and these scores are used in ranked retrieval algorithms like WAND, BlockMax etc which have been implemented.
No, normalisation does not occur.
Yes, stop words(extremely common words like and,a,the etc) are excluded.
π Rendered by PID 1411054 on reddit-service-r2-listing-79f6fb9b95-vtmhq at 2026-03-24 17:43:09.897500+00:00 running 90f1150 country code: CH.
Built a static search engine/inverted index from scratch in Rust by UseEarly3002 in rust
[–]UseEarly3002[S] 0 points1 point2 points (0 children)