You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/03/05 16:49:45 UTC

[GitHub] [lucene-solr] donnerpeter commented on pull request #2459: LUCENE-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions

donnerpeter commented on pull request #2459:
URL: https://github.com/apache/lucene-solr/pull/2459#issuecomment-791543521


   The largest dictionaries in my collection:
   el_GR: 1.7 MB -> 11.1 MB
   gd: 14.5 MB -> 18.3 MB
   fy: 36.7 MB -> 39.3 MB
   rw: remains 18.8 MB (because it's all affixes, not words)
   
   The most common (probably):
   en_US: 409 KB -> 712 KB
   de_DE: 2.5 MB -> 4.7 MB
   fr: 830 KB -> 1.4 MB
   
   So it's increasing, but I wouldn't call it an explosion. Greek seems to grow the most, but for me that'd be acceptable. What about you?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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