cython_hunspell icon indicating copy to clipboard operation
cython_hunspell copied to clipboard

enable use of gzipped dictionaries

Open flachs opened this issue 3 years ago • 1 comments

this is a rewrite of the dictionary file search code to support dictionaries stored in different formats as indicated by the filename extension. ".hz" for hzip, ".gz" for gzip and no extension for plain.

this requires requires a version of hunspell that can actually load gzipped dictionaries. flachs/hunspell is one such version.

flachs avatar Nov 08 '21 18:11 flachs

Is this planned to be merged at any point? I'm interested.

ZJaume avatar Aug 23 '23 16:08 ZJaume