Skip to content

monkingxue/jieba-ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%