You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/02 02:49:19 UTC

[jira] [Commented] (LUCENE-5483) hunspell inaccuracies

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

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

Commit 1573248 from [~rcmuir] in branch 'dev/trunk'
[ https://svn.apache.org/r1573248 ]

LUCENE-5483: fix hunspell inaccuracies

> hunspell inaccuracies
> ---------------------
>
>                 Key: LUCENE-5483
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5483
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>         Attachments: LUCENE-5483.patch, LUCENE-5483.patch
>
>
> I added a lot of tests and greatly refined this algorithm to match correct hunspell behavior. there were many bugs:
> * recursionLimit was a hack: this is actually specified by the dictionary to be twofold suffix + one prefix, or if COMPLEXPREFIXES is specified, twofold prefix + one suffix. This patch removes cursion limit
> * recursion didn't work correctly: it didnt validate multi-level continuation classes correctly.
> * add COMPLEXPREFIXES support.
> * probably other minor bugs fixed in the process.
> I validated all testing against hunspell



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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