jieba-js A JavaScript Chinese word segmentation tool based on Python Jieba To run, import dictionary.js and main.js, and then call jieba.cut("我的中文東西。") to get a result ["我", "的", "中文", "東西", "。"]