[Groonga-commit] groonga/groonga at 7b19373 [master] doc en: apply english corrections

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu May 23 14:29:42 JST 2013


HAYASHI Kentaro	2013-05-23 14:29:42 +0900 (Thu, 23 May 2013)

  New Revision: 7b193737988fdfaf8d9b0bdeb6b4c6f04ec7f363
  https://github.com/groonga/groonga/commit/7b193737988fdfaf8d9b0bdeb6b4c6f04ec7f363

  Message:
    doc en: apply english corrections

  Modified files:
    doc/source/reference/commands/tokenize.txt

  Modified: doc/source/reference/commands/tokenize.txt (+4 -5)
===================================================================
--- doc/source/reference/commands/tokenize.txt    2013-05-23 14:09:16 +0900 (4e85740)
+++ doc/source/reference/commands/tokenize.txt    2013-05-23 14:29:42 +0900 (6a14828)
@@ -10,7 +10,7 @@
 
 .. Caution::
 
-  ``tokenize`` command is the experimental feature.
+  ``tokenize`` command is an experimental feature.
   This command may be changed in the future.
 
 Summary
@@ -18,8 +18,7 @@ Summary
 
 ``tokenize`` command tokenizes text by the specified tokenizer.
 
-There is no need to create table to use ``tokenize`` command.
-It is usefull for you to check the results of tokenizer.
+There is no need to create a table to use ``tokenize`` command.
 
 Syntax
 --------
@@ -56,7 +55,7 @@ There are required parameters, ``tokenizer`` and ``string``.
 
 It specifies the name of tokenizer.
 
-Here are the list of built-in tokenizer:
+Here are the list of built-in tokenizers:
 
 * TokenBigram
 * TokenBigramSplitSymbol
@@ -71,7 +70,7 @@ Here are the list of built-in tokenizer:
 * TokenTrigram
 * TokenUnigram
 
-If you want to try another tokenizer, you need to register additional tokenizer plugin by ``register`` command.
+If you want to use other tokenizers, you need to register additional tokenizer plugin by ``register`` command.
 
 ``string``
 """"""""""
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index