You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/03/04 22:57:00 UTC

[jira] [Commented] (LUCENE-9687) Hunspell support improvements

    [ https://issues.apache.org/jira/browse/LUCENE-9687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295619#comment-17295619 ] 

ASF subversion and git services commented on LUCENE-9687:
---------------------------------------------------------

Commit 231e3afe0691e55403d297f99778736798726acb in lucene-solr's branch refs/heads/master from Peter Gromov
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=231e3af ]

LUCENE-9687: Hunspell suggestions: reduce work in the findSimilarDictionaryEntries loop (#2451)

The loop is called a lot of times, and some allocations and method calls can be spared

> Hunspell support improvements
> -----------------------------
>
>                 Key: LUCENE-9687
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9687
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Peter Gromov
>            Priority: Major
>             Fix For: master (9.0)
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I'd like Lucene's Hunspell support to be on a par with the native C++ Hunspell for spellchecking and suggestions, at least for some languages. So I propose to:
> * support the affix rules necessary for English, German, French, Spanish and
> Russian dictionaries, possibly more languages later
> * mirror Hunspell's suggestion algorithm in Lucene
> * provide a public APIs for spellchecking, suggestion, stemming, morphological data
> * check corpora for specific languages to find and fix spellchecking/suggestion discrepancices between Lucene's implementation and Hunspell/C++



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org