Documentation
¶
Index ¶
- Variables
- func GetCorpusRootDir() string
- func NewStudy[samples, aggregated any](ident string, collector Collector[samples], ...) study[samples, aggregated]
- func SetCorpusRootDir(base string)
- func WalkCorpus(corpus string, fn func(filename string) error) error
- type Aggregator
- type Analyses
- type Collector
- type Parser
- type Reporter
- type Translate
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GoogleCloudSvcAccountKey string SampleRate uint64 = 100 // Default: Nothing is sampled. )
Functions ¶
func GetCorpusRootDir ¶
func GetCorpusRootDir() string
func SetCorpusRootDir ¶
func SetCorpusRootDir(base string)
Types ¶
type Aggregator ¶
type Aggregator[samples, aggregated any] func(samples) aggregated
type Collector ¶
type Collector[samples any] func(entitydebs.Frames) samples
Click to show internal directories.
Click to hide internal directories.