Skip to content

Commit

Permalink
Merge pull request #180 from go-ego/en-pr
Browse files Browse the repository at this point in the history
Update: gfmt the code
  • Loading branch information
vcaesar authored Oct 28, 2023
2 parents ce23486 + 1f9d83e commit 2e51ba3
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 2e51ba3

Please sign in to comment.