null+****@clear*****
null+****@clear*****
2011年 8月 9日 (火) 18:27:44 JST
Kouhei Sutou 2011-08-09 09:27:44 +0000 (Tue, 09 Aug 2011)
New Revision: d94739c2d3b21922d990f5d8d9a6f565baa00edc
Log:
[doc] markup table.
Modified files:
doc/source/suggest/introduction.txt
Modified: doc/source/suggest/introduction.txt (+20 -7)
===================================================================
--- doc/source/suggest/introduction.txt 2011-08-09 09:12:55 +0000 (788aef3)
+++ doc/source/suggest/introduction.txt 2011-08-09 09:27:44 +0000 (00f168b)
@@ -43,10 +43,13 @@ correction pairs.
For example, there are registered correction pairs:
++------------+--------------+
| wrong word | correct word |
++============+==============+
| grroonga | groonga |
| gronga | groonga |
| gronnga | groonga |
++------------+--------------+
An user inputs "gronga" and groonga returns "groonga" because
"gronga" is in wrong word and corresponding correct word is
@@ -65,10 +68,20 @@ pairs.
For example, there are registered related query pairs:
-| keyword | related query |
-| groonga | groonga search engine |
-| search | Google search |
-| speed | groonga speed |
++--------+-------+
+|keyword |related|
+| |query |
++========+=======+
+|groonga |groonga|
+| |search |
+| |engine |
++--------+-------+
+|search |Google |
+| |search |
++--------+-------+
+| speed |groonga|
+| |speed |
++--------+-------+
An user inputs "groonga" and groonga returns "groonga search
engine" because "groonga" is in keyword and related query
@@ -77,10 +90,10 @@ is "groonga search engine".
An user inputs "MySQL" and groonga returns nothing because
"MySQL" isn't in keyword
-Leaning
--------
+Learning
+--------
The suggest feature requires registered data before using
the feature. Those data can be registered from user inputs.
-Gronnga-suggest-httpd and groonga-suggest-leaner commands
+Gronnga-suggest-httpd and groonga-suggest-learner commands
are provided for the propose.