From 103ad38276118100c96fea698d155aabdcc20326 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:34:08 +0900 Subject: [PATCH] Fix grammar error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3747b68ea..3100b8905 100644 --- a/README.md +++ b/README.md @@ -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 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 podman exec -it akkoma-web \