You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/02/05 08:46:43 UTC

[lucene-solr] branch master updated (16764f1 -> 650f16a)

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 16764f1  LUCENE-9733: Hunspell: exception when loading dictionaries with mixed-case words and aliased flags (#2305)
     add 650f16a  LUCENE-9729: Hunspell: support CHECKCOMPOUNDREP flags (#2300)

No new revisions were added by this update.

Summary of changes:
 .../analysis/hunspell/CheckCompoundPattern.java    |  41 ++++----
 .../lucene/analysis/hunspell/Dictionary.java       |   4 +-
 .../apache/lucene/analysis/hunspell/RepEntry.java  |   4 +
 .../lucene/analysis/hunspell/SpellChecker.java     | 107 ++++++++++++++-------
 .../lucene/analysis/hunspell/SpellCheckerTest.java |   4 +
 .../lucene/analysis/hunspell/checkcompoundrep.aff  |   8 ++
 .../lucene/analysis/hunspell/checkcompoundrep.dic  |   5 +
 .../lucene/analysis/hunspell/checkcompoundrep.good |   2 +
 .../analysis/hunspell/checkcompoundrep.wrong       |   3 +
 9 files changed, 120 insertions(+), 58 deletions(-)
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/checkcompoundrep.aff
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/checkcompoundrep.dic
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/checkcompoundrep.good
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/checkcompoundrep.wrong