diff --git a/hmm/hmm_seg.go b/hmm/hmm_seg.go index 507f954..1d63329 100644 --- a/hmm/hmm_seg.go +++ b/hmm/hmm_seg.go @@ -13,7 +13,6 @@ // under the License. /* - Package hmm is the Golang HMM cut module */ package hmm diff --git a/hmm/pos/prob_emit.go b/hmm/pos/prob_emit.go index 661fbf9..0ce7c95 100644 --- a/hmm/pos/prob_emit.go +++ b/hmm/pos/prob_emit.go @@ -1,6 +1,5 @@ // Package pos model data // The data from https://github.com/fxsjy/jieba -// package pos const minFloat = -3.14e100 diff --git a/hmm/prob_emit.go b/hmm/prob_emit.go index 9093414..cfa8eb3 100644 --- a/hmm/prob_emit.go +++ b/hmm/prob_emit.go @@ -1,6 +1,5 @@ // Package hmm model data // The data from https://github.com/fxsjy/jieba -// package hmm var probEmit = make(map[byte]map[rune]float64)