UNPKG

@basementuniverse/bm25

Version:

Search for terms in an array of documents

30 lines (29 loc) 639 B
{ "name": "@basementuniverse/bm25", "version": "0.1.0", "description": "Search for terms in an array of documents", "main": "build/index.js", "scripts": { "build": "tsc", "test": "jest" }, "keywords": [ "okapi", "bm25", "search", "find", "rank" ], "author": "Gordon Larrigan <gordonlarrigan@gmail.com> (https://gordonlarrigan.com)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/basementuniverse/bm25.git" }, "devDependencies": { "@types/jest": "^29.5.10", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.2" } }