You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2014/02/28 08:13:19 UTC

[jira] [Created] (LUCENE-5480) Hunspell shouldnt merge dictionary entries

Robert Muir created LUCENE-5480:
-----------------------------------

             Summary: 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


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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org