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

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

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

LUCENE-5480: Hunspell shouldn't merge dictionary entries

> Hunspell shouldnt merge dictionary entries
> ------------------------------------------
>
>                 Key: LUCENE-5480
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5480
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/analysis
>            Reporter: Robert Muir
>         Attachments: LUCENE-5480.patch
>
>
> Ive been writing lots of little unit tests for this thing, and I'm pretty 
> positive i screwed this up in LUCENE-5468... sorry
> Otherwise the whole "prefix-suffix dependencies" described in the manpage 
> won't work.
> Either 'words' should be changed from FST<Long> to FST<IntsRef>, or when 
> there are duplicates we should add 'padding' that we just consume 
> (suggester-style). The latter is a little tricky, but I think this is 
> generally uncommon so it would keep the FST smaller.
> shouldnt be hard to fix.



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

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

Reply via email to