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/01/27 21:32:15 UTC

[lucene-solr] branch master updated (38ec260 -> a176308)

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 38ec260  LUCENE-9695: don't merge deleted vectors (#2239)
     add a176308  LUCENE-9699: Support German-like compound words (#2248)

No new revisions were added by this update.

Summary of changes:
 .../lucene/analysis/hunspell/Dictionary.java       | 21 +++--
 .../lucene/analysis/hunspell/SpellChecker.java     | 49 ++++++++++--
 .../apache/lucene/analysis/hunspell/Stemmer.java   | 79 ++++++++++++++-----
 .../lucene/analysis/hunspell/WordContext.java}     | 25 ++++--
 .../lucene/analysis/hunspell/SpellCheckerTest.java |  4 +
 .../lucene/analysis/hunspell/germancompounding.aff | 91 ++++++++++++++++++++++
 .../lucene/analysis/hunspell/germancompounding.dic |  5 ++
 .../analysis/hunspell/germancompounding.good       | 20 +++++
 .../analysis/hunspell/germancompounding.wrong      | 50 ++++++++++++
 9 files changed, 306 insertions(+), 38 deletions(-)
 copy lucene/analysis/common/src/{test/org/apache/lucene/analysis/hunspell/TestDoubleEscape.java => java/org/apache/lucene/analysis/hunspell/WordContext.java} (64%)
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/germancompounding.aff
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/germancompounding.dic
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/germancompounding.good
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/germancompounding.wrong