Package: rbm25 0.0.4

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.4.tar.gz
rbm25_0.0.4.zip(r-4.7)rbm25_0.0.4.zip(r-4.6)rbm25_0.0.4.zip(r-4.5)
rbm25_0.0.4.tgz(r-4.6-x86_64)rbm25_0.0.4.tgz(r-4.6-arm64)rbm25_0.0.4.tgz(r-4.5-x86_64)rbm25_0.0.4.tgz(r-4.5-arm64)
rbm25_0.0.4.tar.gz(r-4.7-arm64)rbm25_0.0.4.tar.gz(r-4.7-x86_64)rbm25_0.0.4.tar.gz(r-4.6-arm64)rbm25_0.0.4.tar.gz(r-4.6-x86_64)
rbm25_0.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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/docs site:https://davzim.github.io
bm25rustsimilarity-searchcargo
Last updated from:f85ba6629e. Checks:9 OK, 4 NOTE. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 159 | ||
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 182 | ||
| linux-release-arm64 | OK | 150 | ||
| linux-release-x86_64 | OK | 135 | ||
| macos-release-arm64 | NOTE | 195 | ||
| macos-release-x86_64 | NOTE | 371 | ||
| macos-oldrel-arm64 | OK | 163 | ||
| macos-oldrel-x86_64 | OK | 290 | ||
| windows-devel | NOTE | 190 | ||
| windows-release | NOTE | 148 | ||
| windows-oldrel | OK | 141 | ||
| wasm-release | OK | 133 |
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 |