Skip to content

Commit 371c18d

Browse files
authored
doc instal debianl: add install procedure for semantic search (#442)
1 parent c2eb0b1 commit 371c18d

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

_po/ja/install/debian.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,22 @@ msgid ""
112112
"```"
113113
msgstr ""
114114

115+
msgid ""
116+
"If you want to use [`<&@*>` operator](https://pgroonga.github.io/reference/"
117+
"operators/semantic-distance-v2.html) or [`&@*` operator](https://pgroonga."
118+
"github.io/reference/operators/semantic-search-v2.html) for semantic search, "
119+
"you also need to install `groonga-plugin-lamguage-model` package:"
120+
msgstr ""
121+
"セマンティックサーチ用に、[`<&@*>`演算子](https://pgroonga.github.io/ja/"
122+
"reference/operators/semantic-distance-v2.html) または、 [`&@*`演算子]"
123+
"(https://pgroonga.github.io/ja/reference/operators/semantic-search-v2.html)"
124+
125+
msgid ""
126+
"```console\n"
127+
"$ sudo apt install -y -V groonga-plugin-lamguage-model\n"
128+
"```"
129+
msgstr ""
130+
115131
msgid "Create a database:"
116132
msgstr "データベースを作成します。"
117133

install/debian.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you
6161
$ sudo apt install -y -V groonga-tokenizer-mecab
6262
```
6363

64+
If you want to use [`<&@*>` operator](https://pgroonga.github.io/reference/operators/semantic-distance-v2.html) or [`&@*` operator](https://pgroonga.github.io/reference/operators/semantic-search-v2.html) for semantic search, you also need to install `groonga-plugin-lamguage-model` package:
65+
66+
```console
67+
$ sudo apt install -y -V groonga-plugin-lamguage-model
68+
```
69+
6470
Create a database:
6571

6672
```console

ja/install/debian.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ $ sudo apt install -y -V postgresql-13-pgdg-pgroonga
6161
$ sudo apt install -y -V groonga-tokenizer-mecab
6262
```
6363

64+
セマンティックサーチ用に、[`<&@*>`演算子](https://pgroonga.github.io/ja/reference/operators/semantic-distance-v2.html) または、 [`&@*`演算子](https://pgroonga.github.io/ja/reference/operators/semantic-search-v2.html)
65+
66+
```console
67+
$ sudo apt install -y -V groonga-plugin-lamguage-model
68+
```
69+
6470
データベースを作成します。
6571

6672
```console

0 commit comments

Comments
 (0)