Skip to content

Commit 572fbff

Browse files
authored
Update README.md
1 parent 5352099 commit 572fbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343
4444
fmt.Println(mm.Get(text)) //[gotokenizer 是 一款 基于 字典 和 Bigram 模型 纯 go 语言 编写 的 分词器 , 支持 6 种 分词 算法 。 支持 stopToken 过滤 和 自定义 word 过滤 功能 。] <nil>
4545
46-
// enabled stop tokens
46+
// enabled filter stop tokens
4747
mm.EnabledFilterStopToken = true
4848
mm.StopTokens = gotokenizer.NewStopTokens()
4949
stopTokenDicPath := "/Users/xujiajun/go/src/github.com/xujiajun/gotokenizer/data/zh/stop_tokens.txt"

0 commit comments

Comments
 (0)