takuyaa / kuromoji.js

JavaScript implementation of Japanese morphological analyzer
832 stars 117 forks source link

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

Open mikob opened 5 years ago

mikob commented 5 years ago

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

32

hata6502 commented 4 years ago

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

mikob commented 4 years ago

@hata6502 yes, exactly

qqpann commented 3 years ago

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 commented 1 year ago

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