kuromoji.js icon indicating copy to clipboard operation
kuromoji.js copied to clipboard

Removed zlibjs and switched dictionaries to be uncompressed by default.

Open mikob opened this issue 6 years ago • 4 comments
trafficstars

Compression should be handled by the server and the browser (using gzip, brotli or whatever other compression algo. is available).

#32

mikob avatar Dec 18 '18 05:12 mikob

To compress dictionaries by HTTP server and decompressed by browser, it become more speedy because of Native processing, not JS!

hata6502 avatar May 02 '20 15:05 hata6502

@hata6502 yes, exactly

mikob avatar May 02 '20 15:05 mikob

Worked for me using kuromojin! https://github.com/qqhann/kuromojin/tree/no-gzip

@takuyaa It would be great if this can be confirmed to be working and get merged. This fixes the problem of double compression in Firefox, which prevented kuromoji.js to work in Firefox.

qqpann avatar Jul 13 '21 05:07 qqpann

+1 I would like this because there are issues with getting the current dependency stack to work on modern browsers

Kimeiga avatar Mar 14 '23 22:03 Kimeiga