mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-18 00:50:26 +08:00
优化
This commit is contained in:
2
dictionary.go
Normal file → Executable file
2
dictionary.go
Normal file → Executable file
@@ -4,7 +4,7 @@ import (
|
||||
"math"
|
||||
"sync"
|
||||
|
||||
"github.com/wangbin/jiebago/dictionary"
|
||||
"github.com/fumiama/jieba/dictionary"
|
||||
)
|
||||
|
||||
// A Dictionary represents a thread-safe dictionary used for word segmentation.
|
||||
|
||||
Reference in New Issue
Block a user