Registry / utility / yanyiwu-gojieba

yanyiwu-gojieba

JSON →
library1.4.7gogounverified

Package gojieba is a Go implementation of the Jieba Chinese text segmentation library.

go get github.com/yanyiwu/gojieba
INSTALL
IMPORT
SIG · YANYIWU-GOJIEBA
Y
yanyiwu-gojieba
utilitygov1.4.7
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.

gojieba
github.com/yanyiwu/gojieba

Segments a Chinese sentence into words using Jieba.

package main import ( "fmt" "github.com/yanyiwu/gojieba" ) func main() { x := gojieba.NewJieba() defer x.Free() words := x.Cut("我来到北京清华大学", true) fmt.Println(words) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
yanyiwu-gojieba — go get yanyiwu-gojieba · libregistry