[dovecot/core] abfc91: lib-fts: Move stopwords to subdirectory.

GitHub noreply at github.com
Thu Jun 2 17:30:13 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: abfc91b502618e387a5c9c87bcf658b341735947
      https://github.com/dovecot/core/commit/abfc91b502618e387a5c9c87bcf658b341735947
  Author: Teemu Huovila <teemu.huovila at dovecot.fi>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    M src/lib-fts/Makefile.am
    A src/lib-fts/stopwords/stopwords_en.txt
    A src/lib-fts/stopwords/stopwords_fi.txt
    A src/lib-fts/stopwords/stopwords_fr.txt
    A src/lib-fts/stopwords/stopwords_no.txt
    A src/lib-fts/stopwords/stopwords_sv.txt
    R src/lib-fts/stopwords_en.txt
    R src/lib-fts/stopwords_fi.txt
    R src/lib-fts/stopwords_fr.txt
    R src/lib-fts/stopwords_no.txt
    R src/lib-fts/stopwords_sv.txt

  Log Message:
  -----------
  lib-fts: Move stopwords to subdirectory.

All files incluided in dist are explicitly mentioned. The whole
subdirectory 'stopwords' could also be distributed, but that is
more error prone.


  Commit: 0605ff6f25783f7c69c1148f9f3a7bd4c34c098f
      https://github.com/dovecot/core/commit/0605ff6f25783f7c69c1148f9f3a7bd4c34c098f
  Author: Teemu Huovila <teemu.huovila at dovecot.fi>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    M src/lib-fts/Makefile.am
    A src/lib-fts/stopwords/stopwords_da.txt
    A src/lib-fts/stopwords/stopwords_de.txt
    A src/lib-fts/stopwords/stopwords_es.txt
    A src/lib-fts/stopwords/stopwords_it.txt
    A src/lib-fts/stopwords/stopwords_nl.txt
    A src/lib-fts/stopwords/stopwords_pt.txt
    A src/lib-fts/stopwords/stopwords_ro.txt
    A src/lib-fts/stopwords/stopwords_ru.txt

  Log Message:
  -----------
  lib-fts: Add stopword files for more languages.


  Commit: 3f3c1b629196bc8491f146705b6f8ddadfcde1c8
      https://github.com/dovecot/core/commit/3f3c1b629196bc8491f146705b6f8ddadfcde1c8
  Author: Teemu Huovila <teemu.huovila at dovecot.fi>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    M src/lib-fts/Makefile.am
    M src/lib-fts/fts-filter-stopwords.c
    M src/lib-fts/stopwords/stopwords_fi.txt
    A src/lib-fts/stopwords/stopwords_malformed.txt
    M src/lib-fts/test-fts-filter.c

  Log Message:
  -----------
  lib-fts: Improved stopword file reading.

The reading tries to be a little bit stricter now. Only stopwords at the
start of a new line are accepted now. Changed fi stopwords accordingly.
Also removed superfluous stack allocation in parsing.


Compare: https://github.com/dovecot/core/compare/690425efbe23...3f3c1b629196


More information about the dovecot-cvs mailing list