Kind: Function
Source: atloria-monorepo/apps/api/src/technical-docs/search-index.ts
Lowercased, deduped, stopword-filtered significant tokens (capped).
Signature
tsfunction tokenize(text: string): string[]
Parameters
| Name | Type |
|---|---|
text | string |
Returns: string[]
Was this page helpful?