retrieval
Version:
Full text search engine in js. Features BM25 ranking function that can be tuned.
1 lines • 47 B
JavaScript
module.exports = require("./src/Retrieval.js");
Full text search engine in js. Features BM25 ranking function that can be tuned.