1
0
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:
Wang Bin
2015-02-28 17:32:40 +08:00
parent 4b0ddcf666
commit db06c66086
3 changed files with 265 additions and 266 deletions

View File

@@ -6,7 +6,7 @@ func (m charStateTabMap) get(key rune) []stateTag {
if _, ok := m[key]; ok {
return m[key]
} else {
return ProbTransKeys
return probTransKeys
}
}