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) <https://trec.nist.gov/pubs/trec3/t3_proceedings.html>.
| Version: | 0.0.4 | 
| Depends: | R (≥ 4.2) | 
| Imports: | R6 | 
| Suggests: | testthat (≥ 3.0.0) | 
| Published: | 2025-04-14 | 
| DOI: | 10.32614/CRAN.package.rbm25 | 
| Author: | David Zimmermann-Kollenda [aut, cre],
  Michael Barlow [aut] (bm25 Rust library),
  Authors of the dependency Rust crates [aut] (see AUTHORS file) rbm25 author details | 
| Maintainer: | David Zimmermann-Kollenda <david_j_zimmermann at hotmail.com> | 
| BugReports: | https://github.com/DavZim/rbm25/issues | 
| License: | MIT + file LICENSE | 
| URL: | https://davzim.github.io/rbm25/, https://github.com/DavZim/rbm25/ | 
| NeedsCompilation: | yes | 
| SystemRequirements: | Cargo (Rust's package manager), rustc >= 1.71.1 | 
| Materials: | README, NEWS | 
| CRAN checks: | rbm25 results | 
| Reference manual: | rbm25.html , rbm25.pdf | 
| Package source: | rbm25_0.0.4.tar.gz | 
| Windows binaries: | r-devel: rbm25_0.0.4.zip, r-release: rbm25_0.0.4.zip, r-oldrel: rbm25_0.0.4.zip | 
| macOS binaries: | r-release (arm64): rbm25_0.0.4.tgz, r-oldrel (arm64): rbm25_0.0.4.tgz, r-release (x86_64): rbm25_0.0.4.tgz, r-oldrel (x86_64): rbm25_0.0.4.tgz | 
| Old sources: | rbm25 archive | 
Please use the canonical form https://CRAN.R-project.org/package=rbm25 to link to this page.