-
goseg use max probability product to segment words, and use ANN to find new words
-
goseg also provide a server which can handle POST request of sentence and return words segmented
-
library usage
sentence := "买水果然后去世博园" words := goseg.Cut([]rune(sentence)) for _,w := range words{ fmt.Println(w) }
-
goseg server usage
go run goseg_server.go or go build goseg_server.go ./goseg_server
forked from fxsjy/goseg
-
Notifications
You must be signed in to change notification settings - Fork 0
yinqunjun/goseg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Chinese Word Segmentation Library in GoLang
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published