monkingxue / jieba-ts

A Typescript Chinese word segmentation tool based on Python Jieba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Typescript Chinese word segmentation tool based on Python Jieba


Languages

Language:JavaScript 100.0%Language:HTML 0.0%