Fix grammar error
This commit is contained in:
parent
4733438d3e
commit
103ad38276
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ By default, PGroonga uses a bigram tokenizer with prefix matching enabled.
|
||||||
|
|
||||||
If you're not happy with this, you can change the behavior using the `database set_pgroonga_options` command.
|
If you're not happy with this, you can change the behavior using the `database set_pgroonga_options` command.
|
||||||
|
|
||||||
If you want to support Japanese in your instance and do not want "東京都" (Tokyo-to) to match "京都" (Kyoto), pass `TokenMecab` as the tokenizer.
|
If you want to support Japanese in your instance, and do not want "京都" (Kyoto) to match "東京都" (Tokyo-to), pass `TokenMecab` as the tokenizer.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
podman exec -it akkoma-web \
|
podman exec -it akkoma-web \
|
||||||
|
|
Loading…
Reference in a new issue