[ 
https://issues.apache.org/jira/browse/LUCENE-5480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-5480:
--------------------------------

    Attachment: LUCENE-5480.patch

here is my current state. i've unraveled a few bugs with these cool little 
tests (the examples from the man page). I'll see how far I can get but i wanted 
to snapshot here since its some progress...

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to