mirror of
https://github.com/fumiama/jieba.git
synced 2026-06-23 12:40:39 +08:00
tweak style
This commit is contained in:
@@ -5,9 +5,9 @@ import (
|
||||
"sort"
|
||||
)
|
||||
|
||||
type IDFLoader struct {
|
||||
IDFFreq map[string]float64
|
||||
Median float64
|
||||
type idf struct {
|
||||
freqMap map[string]float64
|
||||
median float64
|
||||
freqs []float64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user