[Groonga-commit] groonga/groonga at b803d95 [master] doc news: fix wrong descriptions for tokenizers and normalizers

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 26 17:20:07 JST 2018


YUKI Hiroshi	2018-04-26 17:20:07 +0900 (Thu, 26 Apr 2018)

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

  Merged ee7c54b: Merge pull request #842 from groonga/fix-descriptions-in-8.0.2-news

  Message:
    doc news: fix wrong descriptions for tokenizers and normalizers

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+5 -8)
===================================================================
--- doc/source/news.rst    2018-04-26 11:37:21 +0900 (015901267)
+++ doc/source/news.rst    2018-04-26 17:20:07 +0900 (b5c20583e)
@@ -25,8 +25,8 @@ Improvements
   You can specify time format against a column of ``Time`` type.
   You can specify with use format of ``strftime`` .
 
-* [:doc:`/reference/tokenizers`] Support options for tokenizers.
-  You can change tokenizer's behavior dynamically.
+* [:doc:`/reference/tokenizers`] New tokenizer ``TokenNgram`` is landed.
+  You can change its behavior dynamically via options.
   Specific options is as below.
 
     * ``n`` : "N" of Ngram. For example, "3" for trigram.
@@ -44,13 +44,10 @@ Improvements
       the keyword won't be found by a query including blanks like
       "090 1111 2222".
 
-* [:doc:`/reference/normalizers`] Support Unicode 10.0
-  You can use a normalizer that supported Unicode 10.0 by specifying
-  as below.
-  ``--normalizer NormalizerNFKC100``
+* [:doc:`/reference/normalizers`] New normalizer "NormalizerNFKC100" based on Unicode NFKC (Normalization Form Compatibility Composition) for Unicode 10.0 is landed.
 
-* [:doc:`/reference/normalizers`] Support options for normalizers.
-  You can change normalizer's behavior dynamically.
+* [:doc:`/reference/normalizers`] Support options for "NormalizerNFKC51" and "NormalizerNFKC100" normalizers.
+  You can change their behavior dynamically.
   Specific options is as below.
 
     * ``unify_kana`` : Same pronounced characters in all of full-width
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180426/12caa6c7/attachment-0002.htm 



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