Closed ralyodio closed 8 years ago
Hello, the support for Pinyin in limax
is backed by the the native (C++) nodejieba
module, which is used for word segmentation. This won't work on the client side.
If you need client side support and can live without transliteration of Chinese and Japanese scripts, then I recommend speakingurl.min.js, which weighs in at ~16KB.
Hopefully this answered you question - feel free to re-open if not.
How well does this work client side?
I was using
node-slug
but on the client side it requires a 2MB file for utf8 characters to load which isn't realistic.