bm25er
An implementation of Okapi BM25 alogrithm in zig for searching local files. The main reason I started this project is learning zig. It has been a fun experience so far. It really is a breath of fresh air compared to java homework I have to do. Coming from C, I can totally see and appreciate the benefits it provides.
Main Inspiration: https://www.youtube.com/watch?v=hm5xOJiVEeg
Github repo: GitHub - shayan15sa/bm25er · GitHub
I’d really apprentice any comments on the code. I am sure that I am not doing many things the zig way.
Supported Zig versions
I compile the project with the zig 0.16 and I think because of the Io changes It won’t compile on the zig 0.15 (I’m not sure though).