null+****@clear*****
null+****@clear*****
2011年 8月 14日 (日) 21:32:06 JST
Kouhei Sutou 2011-08-14 12:32:06 +0000 (Sun, 14 Aug 2011)
New Revision: ce5c926b09383e9912e3903f054ac115541de719
Log:
[doc][suggest] fix typos.
Modified files:
doc/source/suggest/completion.txt
doc/source/suggest/correction.txt
doc/source/suggest/suggestion.txt
Modified: doc/source/suggest/completion.txt (+2 -2)
===================================================================
--- doc/source/suggest/completion.txt 2011-08-14 12:30:52 +0000 (fd772a4)
+++ doc/source/suggest/completion.txt 2011-08-14 12:32:06 +0000 (329686a)
@@ -48,7 +48,7 @@ For example, there is the following user input sequence:
+----------+----------+
| input | submit |
-+----------+----------+
++==========+==========+
|s |no |
+----------+----------+
|se |no |
@@ -82,7 +82,7 @@ Groonga creates the following completion pairs:
+----------+--------------------+
| input | completed word |
-+----------+--------------------+
++==========+====================+
|s |search |
+----------+--------------------+
|se |search |
Modified: doc/source/suggest/correction.txt (+1 -1)
===================================================================
--- doc/source/suggest/correction.txt 2011-08-14 12:30:52 +0000 (8a3b5c8)
+++ doc/source/suggest/correction.txt 2011-08-14 12:32:06 +0000 (0362f3e)
@@ -47,7 +47,7 @@ submissions:
+----------+--------------------+
| input | corrected word |
-+----------+--------------------+
++==========+====================+
|serach |search |
+----------+--------------------+
Modified: doc/source/suggest/suggestion.txt (+7 -7)
===================================================================
--- doc/source/suggest/suggestion.txt 2011-08-14 12:30:52 +0000 (bfb609e)
+++ doc/source/suggest/suggestion.txt 2011-08-14 12:32:06 +0000 (3dad5d3)
@@ -45,7 +45,7 @@ Groonga creates the following suggestion pairs:
+----------+------------------------------------+
| input | suggested words |
-+----------+------------------------------------+
++==========+====================================+
|search |search engine |
+----------+------------------------------------+
|engine |search engine |
@@ -66,9 +66,9 @@ Those pairs are created by the following steps:
2. Creates a pair that is consists of a token and original
query for each token.
-If an user inputs "seach" and cooccurrence search returns
-"search engine" and "web search realtime" because "seach" is
-in two input columns and corresponding completed word
+If an user inputs "search" and cooccurrence search returns
+"search engine" and "web search realtime" because "search" is
+in two input columns and corresponding suggested word
columns have "search engine" and "web search realtime".
How to use
@@ -82,9 +82,9 @@ How to use
.. ]
Groonga provides :doc:`/commands/suggest` command to use
-completion. `--type suggest` option requests suggestion
+suggestion. `--type suggest` option requests suggestion
-For example, here is an command to get completion results by
+For example, here is an command to get suggestion results by
"search":
.. groonga-command
@@ -103,7 +103,7 @@ For example, an user wants to search by "engine". The user
inputs the query with the following sequence:
1. 2011-08-10T13:33:23+09:00: search engine (submit)
- 1. 2011-08-10T13:33:28+09:00: web search realtime (submit)
+ 2. 2011-08-10T13:33:28+09:00: web search realtime (submit)
Groonga can be learned from the submissions by the
following command::