Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed zlibjs and switched dictionaries to be uncompressed by default. #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mikob
Copy link

@mikob mikob commented Dec 18, 2018

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

#32

mikob added 2 commits December 18, 2018 14:39
Compression should be handled by the server and the browser (using gzip,
brotli or whatever other compression algo. is available).
@hata6502
Copy link

hata6502 commented May 2, 2020

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

@mikob
Copy link
Author

mikob commented May 2, 2020

@hata6502 yes, exactly

@qqpann
Copy link

qqpann commented Jul 13, 2021

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.

@Kimeiga
Copy link

Kimeiga commented Mar 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants