Querylight TS Demo

InterpunctionTextFilter

Replaces punctuation with spaces before tokenization.

Back to docs search

Reference Entry

InterpunctionTextFilter

API Reference · foundation · order 12

Replaces punctuation with spaces before tokenization.

InterpunctionTextFilter

Replaces punctuation with spaces before tokenization.

Declaration

class InterpunctionTextFilter

Constructors

constructor

```ts constructor(): InterpunctionTextFilter ```

Members

filter

```ts filter(text: string): string ``` Parameters: - `text: string`