takuyaa / kuromoji.js

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

gzip library not needed in the browser version #32

Open mikob opened 5 years ago

mikob commented 5 years ago

https://github.com/takuyaa/kuromoji.js/blob/master/src/loader/BrowserDictionaryLoader.js#L50

Gzip library not needed for the BrowserDictionaryLoader. As long as the server responds withContent-Encoding: gzip then it will be decompressed automatically.