Package: rbm25 0.0.3

David Zimmermann-Kollenda
rbm25: A Light Wrapper Around the 'BM25' 'Rust' Crate for Okapi BM25 Text Search
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>.
Authors:
rbm25_0.0.3.tar.gz
rbm25_0.0.3.zip(r-4.5)rbm25_0.0.3.zip(r-4.4)rbm25_0.0.3.zip(r-4.3)
rbm25_0.0.3.tgz(r-4.5-x86_64)rbm25_0.0.3.tgz(r-4.5-arm64)rbm25_0.0.3.tgz(r-4.4-x86_64)rbm25_0.0.3.tgz(r-4.4-arm64)rbm25_0.0.3.tgz(r-4.3-x86_64)rbm25_0.0.3.tgz(r-4.3-arm64)
rbm25_0.0.3.tar.gz(r-4.5-noble)rbm25_0.0.3.tar.gz(r-4.4-noble)
rbm25.pdf |rbm25.html✨
rbm25/json (API)
NEWS
# Install 'rbm25' in R: |
install.packages('rbm25', repos = c('https://davzim.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/davzim/rbm25/issues
Pkgdown site:https://davzim.github.io
Last updated 2 months agofrom:b2be37f0a5. Checks:11 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 16 2025 |
R-4.5-win-x86_64 | OK | Feb 16 2025 |
R-4.5-mac-x86_64 | OK | Feb 16 2025 |
R-4.5-mac-aarch64 | OK | Feb 16 2025 |
R-4.5-linux-x86_64 | OK | Feb 16 2025 |
R-4.4-win-x86_64 | OK | Feb 16 2025 |
R-4.4-mac-x86_64 | OK | Feb 16 2025 |
R-4.4-mac-aarch64 | OK | Feb 16 2025 |
R-4.3-win-x86_64 | OK | Feb 16 2025 |
R-4.3-mac-x86_64 | OK | Feb 16 2025 |
R-4.3-mac-aarch64 | OK | Feb 16 2025 |
Exports:BM25bm25_score
Dependencies:R6
Readme and manuals
Help Manual
Help page | Topics |
---|---|
BM25 Object | BM25 |
Score a text corpus based on the Okapi BM25 algorithm | bm25_score |