Skip to content

Commit

Permalink
Update: gfmt the code
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Oct 28, 2023
1 parent ce23486 commit 1f9d83e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hmm/hmm_seg.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// under the License.

/*
Package hmm is the Golang HMM cut module
*/
package hmm
Expand Down
1 change: 0 additions & 1 deletion hmm/pos/prob_emit.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Package pos model data
// The data from https://github.com/fxsjy/jieba
//
package pos

const minFloat = -3.14e100
Expand Down
1 change: 0 additions & 1 deletion hmm/prob_emit.go
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 1f9d83e

Please sign in to comment.