[Groonga-commit] groonga/groonga at dfd65bd [master] doc: fix wrong description

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 14 22:36:48 JST 2013


Kouhei Sutou	2013-10-14 22:36:48 +0900 (Mon, 14 Oct 2013)

  New Revision: dfd65bd23adee972a0e341898d330b28a591e3e8
  https://github.com/groonga/groonga/commit/dfd65bd23adee972a0e341898d330b28a591e3e8

  Message:
    doc: fix wrong description
    
    It is tokenizer not normalizer.

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

  Modified: doc/source/reference/commands/tokenize.txt (+2 -2)
===================================================================
--- doc/source/reference/commands/tokenize.txt    2013-10-14 22:36:07 +0900 (2511fca)
+++ doc/source/reference/commands/tokenize.txt    2013-10-14 22:36:48 +0900 (9a10e38)
@@ -66,8 +66,8 @@ Here is an example to use built-in ``TokenTrigram`` tokenizer.
 
 If you want to use other tokenizers, you need to register additional
 tokenizer plugin by :doc:`register` command. For example, you can use
-MySQL compatible normalizer by registering `groonga-normalizer-mysql
-<https://github.com/groonga/groonga-normalizer-mysql>`_.
+`KyTea <http://www.phontron.com/kytea/>`_ based tokenizer by
+registering ``tokenizers/kytea``.
 
 ``string``
 """"""""""
-------------- next part --------------
HTML����������������������������...
Download 



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