mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-27 07:30:32 +08:00
make some public variable/function to private
This commit is contained in:
@@ -6,7 +6,7 @@ func (m charStateTabMap) get(key rune) []stateTag {
|
||||
if _, ok := m[key]; ok {
|
||||
return m[key]
|
||||
} else {
|
||||
return ProbTransKeys
|
||||
return probTransKeys
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user