mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-09 11:00:23 +08:00
refactor Cut function, make CutAll a seperate function, to simplify the logic of Cut function
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package jiebago
|
||||
|
||||
type Entry struct {
|
||||
Word string
|
||||
Flag string
|
||||
Freq float64
|
||||
}
|
||||
|
||||
type DictLoader interface {
|
||||
AddEntry(Entry)
|
||||
}
|
||||
Reference in New Issue
Block a user