Yasuhiro Horimoto 2019-04-18 14:50:44 +0900 (Thu, 18 Apr 2019) Revision: 3949545ff4eebfe6ebccb754662a9a90829f60c9 https://github.com/groonga/groonga/commit/3949545ff4eebfe6ebccb754662a9a90829f60c9 Message: doc: fix markup Modified files: doc/locale/ja/LC_MESSAGES/reference.po doc/source/reference/suggest/suggestion.rst Modified: doc/locale/ja/LC_MESSAGES/reference.po (+9 -8) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2019-04-18 13:47:58 +0900 (b5d3e619f) +++ doc/locale/ja/LC_MESSAGES/reference.po 2019-04-18 14:50:44 +0900 (e85ca8310) @@ -27155,22 +27155,23 @@ msgid "How to extract learning data" msgstr "学習データを抽出する方法" msgid "" -"The learning data is stored into item_DATASET and pair_DATASET tables. By " -"using select command for such tables, you can all extract learing data." +"The learning data is stored into ``item_DATASET`` and ``pair_DATASET`` " +"tables. By using select command for such tables, you can all extract learing " +"data." msgstr "" -"学習データは、item_DATASETテーブルとpair_DATASETテーブルに保存されています。" -"このようなテーブルに対して、selectコマンドを使うことで、全ての学習データを抽" -"出できます。" +"学習データは、 ``item_DATASET`` テーブルと ``pair_DATASET`` テーブルに保存さ" +"れています。このようなテーブルに対して、selectコマンドを使うことで、全ての学" +"習データを抽出できます。" msgid "Here is the query to extract all learning data::" msgstr "以下は、全ての学習データを抽出するためのクエリーです。" msgid "" "Without '--limit -1', you can't get all data. In pair table, the valid value " -"of freq0, freq1 and freq2 column must be larger than 0." +"of ``freq0``, ``freq1`` and ``freq2`` column must be larger than 0." msgstr "" -"'--limit -1'が無いと全てのデータを取得できません。pairテーブル内のfreq0と" -"freq1、freq2カラムの値は0より大きくなければなりません。" +"'--limit -1'が無いと全てのデータを取得できません。pairテーブル内の ``freq0`` " +"と ``freq1`` 、 ``freq2`` カラムの値は0より大きくなければなりません。" msgid "" "Don't execute above query via HTTP request because enormous number of " Modified: doc/source/reference/suggest/suggestion.rst (+2 -2) =================================================================== --- doc/source/reference/suggest/suggestion.rst 2019-04-18 13:47:58 +0900 (f405b4972) +++ doc/source/reference/suggest/suggestion.rst 2019-04-18 14:50:44 +0900 (00360fb38) @@ -117,7 +117,7 @@ following command:: How to extract learning data ---------------------------- -The learning data is stored into item_DATASET and pair_DATASET tables. +The learning data is stored into ``item_DATASET`` and ``pair_DATASET`` tables. By using select command for such tables, you can all extract learing data. Here is the query to extract all learning data:: @@ -126,7 +126,7 @@ Here is the query to extract all learning data:: select pair_DATASET --filter 'freq0 > 0 || freq1 > 0 || freq2 > 0' --limit -1 Without '--limit -1', you can't get all data. -In pair table, the valid value of freq0, freq1 and freq2 column must be larger than 0. +In pair table, the valid value of ``freq0``, ``freq1`` and ``freq2`` column must be larger than 0. Don't execute above query via HTTP request because enormous number of records are fetched. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190418/01d5355f/attachment-0001.html>