Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 242 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 242 Bytes

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 ["我", "的", "中文", "東西", "。"]