[
https://issues.apache.org/jira/browse/LUCENE-7531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15625990#comment-15625990
]
Dawid Weiss commented on LUCENE-7531:
-------------------------------------
The code may not call for packed dictionaries, but there may be existing
dictionaries that are already packed. Anyway, I don't think this is that
crucial, really.
bq. except the kuromoji dictionaries, which are smaller with packing disabled
than with packing enabled.
This should never happen, something is wrong. The way automata compression was
implemented in Morfologik would nearly always decrease the size of the
automaton, especially in the first few optimization/ reshuffling steps. [1].
[1] http://www.cs.put.poznan.pl/dweiss/site/publications/download/fsacomp.pdf
> Remove packing support from FST
> -------------------------------
>
> Key: LUCENE-7531
> URL: https://issues.apache.org/jira/browse/LUCENE-7531
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Adrien Grand
> Priority: Minor
> Attachments: LUCENE-7531.patch
>
>
> This seems to be only used for the kuromoji dictionaries, but we could easily
> rebuild those dictionaries with packing disabled.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]