Kind: Function
Source: atloria-monorepo/libs/agent-core/src/semantic/bm25.ts
BM25 (Okapi BM25) — Inline Implementation
Standard BM25 ranking with k1=1.2, b=0.75. Zero external dependencies — pure TypeScript.
Signature
tsfunction tokenize(text: string): string[]
Parameters
| Name | Type |
|---|---|
text | string |
Returns: string[]
Was this page helpful?