yanyiwu / gojieba

"结巴"中文分词的Golang版本
MIT License
2.39k stars 302 forks source link

NewJieba not declared by package gojiebacompiler #90

Closed FANJIYU0825 closed 2 years ago

FANJIYU0825 commented 2 years ago

NewJieba not declared by package gojiebacompiler

x := gojieba.NewJieba()

didn't work

FANJIYU0825 commented 2 years ago

I close the gcc compiller that pkg can't work three step 1 . setting ENV > user parameter 'CGO_ENABLED=1' image

2 . install gcc compiller erro install standar install 3 . setting ENV > ENV parameter add bin in path image

I think will fix this problem