Documentation
¶
Index ¶
Constants ¶
View Source
const ( Feature filterType = iota Category Mix )
View Source
const EngineVersion = "7"
View Source
const MAX_SCORE float64 = 10.0
Variables ¶
This section is empty.
Functions ¶
func DefaultConfig ¶ added in v0.0.15
func DefaultConfig() string
Types ¶
type Filter ¶ added in v0.0.15
func ReadConfigFile ¶ added in v0.0.15
type Score ¶
type Score interface {
Category() string
Feature() string
Ignore() bool
Score() float64
Descr() string
MaxScore() float64
}
Score represent individual score, description for particular category and feature.
Click to show internal directories.
Click to hide internal directories.