Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: gfmt the code #180

Merged
merged 1 commit into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading