Yasuhiro Horimoto 2018-10-29 18:04:40 +0900 (Mon, 29 Oct 2018) Revision: aea622e4be463b85cfc0144411ebedc822db5e23 https://github.com/groonga/groonga/commit/aea622e4be463b85cfc0144411ebedc822db5e23 Message: doc: add that we need to install additional packages to use TokenMecab Modified files: doc/locale/ja/LC_MESSAGES/reference.po doc/source/reference/tokenizers.rst Modified: doc/locale/ja/LC_MESSAGES/reference.po (+9 -0) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2018-10-29 16:50:05 +0900 (3ac25e88e) +++ doc/locale/ja/LC_MESSAGES/reference.po 2018-10-29 18:04:40 +0900 (d642ca452) @@ -27262,6 +27262,15 @@ msgstr "" "sourceforge.jp/projects/naist-jdic/>`_ を使えます。" msgid "" +"You need to install an additional package to using TokenMecab. For more " +"detail of how to installing an additional package, see `how to install each " +"OS <http://groonga.org/docs/install.html>`_ ." +msgstr "" +"``TokenMecab`` を使うには、追加のパッケージをインストールする必要があります。" +"追加のパッケージをインストールする方法の詳細については、`各OSのインストール方" +"法 <http://groonga.org/ja/docs/install.html>`_ を参照して下さい。" + +msgid "" "``TokenMecab`` is good for precision rather than recall. You can find ``東京" "都`` and ``京都`` texts by ``京都`` query with :ref:`token-bigram` but ``東京" "都`` isn't expected. You can find only ``京都`` text by ``京都`` query with " Modified: doc/source/reference/tokenizers.rst (+3 -0) =================================================================== --- doc/source/reference/tokenizers.rst 2018-10-29 16:50:05 +0900 (9ece37db1) +++ doc/source/reference/tokenizers.rst 2018-10-29 18:04:40 +0900 (b46f4cce3) @@ -461,6 +461,9 @@ languages by creating dictionary for the languages. You can use `NAIST Japanese Dictionary <http://osdn.jp/projects/naist-jdic/>`_ for Japanese. +You need to install an additional package to using TokenMecab. +For more detail of how to installing an additional package, see `how to install each OS <http://groonga.org/docs/install.html>`_ . + ``TokenMecab`` is good for precision rather than recall. You can find ``東京都`` and ``京都`` texts by ``京都`` query with :ref:`token-bigram` but ``東京都`` isn't expected. You can find only -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181029/e7dffe69/attachment.html>