[Groonga-commit] groonga/groonga at 5520f29 [master] doc: split "stopword"

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 26 10:37:30 JST 2014


Kouhei Sutou	2014-10-26 10:37:30 +0900 (Sun, 26 Oct 2014)

  New Revision: 5520f295aec95f109915b91804ab661a8d841d45
  https://github.com/groonga/groonga/commit/5520f295aec95f109915b91804ab661a8d841d45

  Message:
    doc: split "stopword"
    
        stopword  ->
        stop word
            +
    
    Because WikiPedia has "Stop words" page.

  Modified files:
    doc/source/reference/token_filters.rst

  Modified: doc/source/reference/token_filters.rst (+3 -3)
===================================================================
--- doc/source/reference/token_filters.rst    2014-10-26 10:36:15 +0900 (001da36)
+++ doc/source/reference/token_filters.rst    2014-10-26 10:37:30 +0900 (a7c5621)
@@ -39,13 +39,13 @@ Here are the list of available token filters:
 ``TokenFilterStopWord``
 ^^^^^^^^^^^^^^^^^^^^^^^
 
-``TokenFilterStopWord`` removes stopword from tokenized token
+``TokenFilterStopWord`` removes stop words from tokenized token
 in searching the documents.
 
-``TokenFilterStopWord`` can specify stopword after adding the
+``TokenFilterStopWord`` can specify stop word after adding the
 documents, because It removes token in searching the documents.
 
-The stopword is specified ``stopword`` column on lexicon table.
+The stop word is specified ``stopword`` column on lexicon table.
 
 Here is an example that uses ``TokenFilterStopWord`` token filter:
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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