Hiroyuki Sato
null+****@clear*****
Mon Apr 17 22:09:18 JST 2017
Hiroyuki Sato 2017-04-17 22:09:18 +0900 (Mon, 17 Apr 2017) New Revision: 95a5f8a2e2bb9e87d27a4f98001dde8c1b22ee62 https://github.com/pgroonga/pgroonga.github.io/commit/95a5f8a2e2bb9e87d27a4f98001dde8c1b22ee62 Merged fd547b3: Merge pull request #22 from hiroyuki-sato/mecab_doc Message: Add install MeCab dict instruction on FreeBSD. Modified files: _po/ja/install/freebsd.po install/freebsd.md ja/install/freebsd.md Modified: _po/ja/install/freebsd.po (+14 -1) =================================================================== --- _po/ja/install/freebsd.po 2017-04-13 21:41:31 +0900 (2360920) +++ _po/ja/install/freebsd.po 2017-04-17 22:09:18 +0900 (7f0ccc8) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2017-04-11 10:58+0900\n" +"PO-Revision-Date: 2016-11-30 17:35+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,6 +40,19 @@ msgid "" msgstr "" msgid "" +"If you want to use [MeCab](http://taku910.github.io/mecab/) as tokenizer, inst" +"all `japanese/mecab-ipadic` additionally" +msgstr "" +"トークナイザーとして[MeCab](http://taku910.github.io/mecab/)を利用する場合は、`japanese/mecab-ipa" +"dic`を追加でインストールします。" + +msgid "" +"```text\n" +"% sudo pkg install -y japanese/mecab-ipadic\n" +"```" +msgstr "" + +msgid "" "Create `/etc/rc.conf.d/postgresql` with the following content to enable Postgr" "eSQL:" msgstr "PostgreSQLを有効にするために次の内容の`/etc/rc.conf.d/postgresql`を作ります。" Modified: install/freebsd.md (+6 -0) =================================================================== --- install/freebsd.md 2017-04-13 21:41:31 +0900 (5ccac01) +++ install/freebsd.md 2017-04-17 22:09:18 +0900 (5988f8d) @@ -16,6 +16,12 @@ Install Groonga, PostgreSQL, pkg-config and GNU Make by `pkg`: % sudo pkg install -f groonga pkgconf postgresql{{ site.freebsd_postgresql_version }}-server ``` +If you want to use [MeCab](http://taku910.github.io/mecab/) as tokenizer, install `japanese/mecab-ipadic` additionally + +```text +% sudo pkg install -y japanese/mecab-ipadic +``` + Create `/etc/rc.conf.d/postgresql` with the following content to enable PostgreSQL: `/etc/rc.conf.d/postgresql`: Modified: ja/install/freebsd.md (+6 -0) =================================================================== --- ja/install/freebsd.md 2017-04-13 21:41:31 +0900 (6419e08) +++ ja/install/freebsd.md 2017-04-17 22:09:18 +0900 (0ea496d) @@ -16,6 +16,12 @@ FreeBSDにPGroongaをインストールする方法は次の通りです。 % sudo pkg install -f groonga pkgconf postgresql{{ site.freebsd_postgresql_version }}-server ``` +トークナイザーとして[MeCab](http://taku910.github.io/mecab/)を利用する場合は、`japanese/mecab-ipadic`を追加でインストールします。 + +```text +% sudo pkg install -y japanese/mecab-ipadic +``` + PostgreSQLを有効にするために次の内容の`/etc/rc.conf.d/postgresql`を作ります。 `/etc/rc.conf.d/postgresql`: -------------- next part -------------- HTML����������������������������...Download