Registry / utility / fumiama-jieba

fumiama-jieba

JSON →
library0.0.0-20260103160001-5c1e948fb8d5gogounverified

A Go implementation of the Jieba Chinese text segmentation library.

go get github.com/fumiama/jieba
INSTALL
IMPORT
SIG · FUMIAMA-JIEBA
F
fumiama-jieba
utilitygov0.0.0-20260103160001-5c1e948fb8d5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jieba
github.com/fumiama/jieba

Segment a Chinese sentence using Jieba.

package main import ( "fmt" "github.com/fumiama/jieba" ) func main() { seg := jieba.NewSegmenter() result := seg.Cut("我爱北京天安门", true) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260103160001-5c1e948fb8d5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fumiama-jieba — go get fumiama-jieba · libregistry