[DOCS] Replace irregular whitespaces in docs (#128199)

* Replace irregular whitespaces

* More chars
This commit is contained in:
Fabrizio Ferri-Benedetti 2025-05-20 16:20:22 +02:00 committed by GitHub
parent a2b4a6f246
commit d10ef76ba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 86 additions and 86 deletions

View file

@ -59,12 +59,12 @@ See [Limitations of the `max_gram` parameter](#max-gram-limits).
Character classes may be any of the following:
* `letter` —  for example `a`, `b`, `ï` or `京`
* `digit` —  for example `3` or `7`
* `whitespace` —  for example `" "` or `"\n"`
* `punctuation` — for example `!` or `"`
* `symbol` —  for example `$` or `√`
* `custom` —  custom characters which need to be set using the `custom_token_chars` setting.
* `letter` for example `a`, `b`, `ï` or `京`
* `digit` for example `3` or `7`
* `whitespace` for example `" "` or `"\n"`
* `punctuation`for example `!` or `"`
* `symbol` for example `$` or `√`
* `custom` custom characters which need to be set using the `custom_token_chars` setting.
`custom_token_chars`

View file

@ -46,12 +46,12 @@ The `ngram` tokenizer accepts the following parameters:
Character classes may be any of the following:
* `letter` —  for example `a`, `b`, `ï` or `京`
* `digit` —  for example `3` or `7`
* `whitespace` —  for example `" "` or `"\n"`
* `punctuation` — for example `!` or `"`
* `symbol` —  for example `$` or `√`
* `custom` —  custom characters which need to be set using the `custom_token_chars` setting.
* `letter` for example `a`, `b`, `ï` or `京`
* `digit` for example `3` or `7`
* `whitespace` for example `" "` or `"\n"`
* `punctuation`for example `!` or `"`
* `symbol` for example `$` or `√`
* `custom` custom characters which need to be set using the `custom_token_chars` setting.
`custom_token_chars`