Skip to content

tokenize

reference
1 min readUpdated

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

ts
function tokenize(text: string): string[]

Parameters

NameType
textstring

Returns: string[]

Was this page helpful?

Download as PDF