Fix grammar error

This commit is contained in:
itepechi 2023-08-06 08:34:08 +09:00
parent 4733438d3e
commit 103ad38276

View file

@ -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 \