Package: rbm25 Title: A Light Wrapper Around the 'BM25' 'Rust' Crate for Okapi BM25 Text Search Version: 0.0.4 Authors@R: c( person("David", "Zimmermann-Kollenda", , "david_j_zimmermann@hotmail.com", role = c("aut", "cre")), person("Michael Barlow", role = "aut", comment = "bm25 Rust library"), person("Authors of the dependency Rust crates", role = "aut", comment = "see AUTHORS file") ) Description: BM25 is a ranking function used by search engines to rank matching documents according to their relevance to a user's search query. This package provides a light wrapper around the 'BM25' 'rust' crate for Okapi BM25 text search. For more information, see Robertson et al. (1994) . Encoding: UTF-8 URL: https://davzim.github.io/rbm25/, https://github.com/DavZim/rbm25/ BugReports: https://github.com/DavZim/rbm25/issues SystemRequirements: Cargo (Rust's package manager), rustc >= 1.71.1 Imports: R6 Suggests: testthat (>= 3.0.0) License: MIT + file LICENSE Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/rextendr/version: 0.3.1.9001 Config/testthat/edition: 3 Config/rbm25/MSRV: 1.71.1 Depends: R (>= 4.2) Config/pak/sysreqs: libclang-dev Repository: https://davzim.r-universe.dev Date/Publication: 2025-04-14 19:54:06 UTC RemoteUrl: https://github.com/davzim/rbm25 RemoteRef: HEAD RemoteSha: f85ba6629e9f521bac899d197cc391207b4a4d07 NeedsCompilation: yes Packaged: 2026-06-20 09:47:24 UTC; root Author: David Zimmermann-Kollenda [aut, cre], Michael Barlow [aut] (bm25 Rust library), Authors of the dependency Rust crates [aut] (see AUTHORS file) Maintainer: David Zimmermann-Kollenda