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/10 08:19:38 UTC

[lucene-solr] branch master updated (f2b7cdc -> 5fd1888)

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 f2b7cdc  LUCENE-9748: Hunspell: suggest inflected dictionary entries similar to the misspelled word (#2330)
     add 5fd1888  LUCENE-9749: Hunspell: apply output conversion (OCONV) to the suggestions (#2329)

No new revisions were added by this update.

Summary of changes:
 .../lucene/analysis/hunspell/SpellChecker.java       | 16 +++++++++++++++-
 .../lucene/analysis/hunspell/SpellCheckerTest.java   |  4 ++++
 .../org/apache/lucene/analysis/hunspell/oconv.aff    | 20 ++++++++++++++++++++
 .../org/apache/lucene/analysis/hunspell/oconv.dic    |  4 ++++
 .../org/apache/lucene/analysis/hunspell/oconv.good   |  2 ++
 .../org/apache/lucene/analysis/hunspell/oconv.sug    |  3 +++
 .../org/apache/lucene/analysis/hunspell/oconv.wrong  |  3 +++
 7 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/oconv.aff
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/oconv.dic
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/oconv.good
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/oconv.sug
 create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/oconv.wrong