Skip to content

Commit 18055d8

Browse files
committedJun 8, 2019
update code fixed example print
1 parent 1214497 commit 18055d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎data/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func main() {
3030
fmt.Println("cut search use hmm: ", hmm)
3131
//
3232
cut = seg.CutSearch(text)
33-
fmt.Println("cut search: ", hmm)
33+
fmt.Println("cut search: ", cut)
3434

3535
cut = seg.CutAll(text)
3636
fmt.Println("cut all: ", cut)

0 commit comments

Comments
 (0)
Please sign in to comment.