MCPcopy
hub / github.com/go-ego/gse / get

Method get

hmm/pos/prob_emit.go:9–15  ·  view source on GitHub ↗
(key rune)

Source from the content-addressed store, hash-verified

7type runeFloatMap map[rune]float64
8
9func (m runeFloatMap) get(key rune) float64 {
10 if value, ok := m[key]; ok {
11 return value
12 }
13
14 return minFloat
15}
16
17var probEmit = map[uint16]runeFloatMap{
18 100: {

Callers 8

jquery.min.jsFile · 0.45
leFunction · 0.45
yeFunction · 0.45
AeFunction · 0.45
OeFunction · 0.45
aFunction · 0.45
viterbiFunction · 0.45
probsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected