mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-12 05:00:24 +08:00
优化 Segmenter
This commit is contained in:
@@ -10,8 +10,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// DictLoader is the interface that could add one token or load
|
||||
// tokens from channel.
|
||||
// DictLoader is the interface that could add one token or load tokens
|
||||
type DictLoader interface {
|
||||
Load(...Token)
|
||||
AddToken(Token)
|
||||
|
||||
Reference in New Issue
Block a user