Documentation ¶
Index ¶
- Constants
- func BM25Run(docs []vectorstore.Document, query string, k1, b float64, ...) ([]float64, error)
- func BuildCorpus(docs []vectorstore.Document, cleanStopwords []string) []string
- func CleanStopwords(content string, languages []string) string
- func Score(corpus []string, query string, k1, b float64) ([]float64, error)
Constants ¶
View Source
const ( DefaultK1 = 1.2 DefaultB = 0.75 )
Variables ¶
This section is empty.
Functions ¶
func BuildCorpus ¶
func BuildCorpus(docs []vectorstore.Document, cleanStopwords []string) []string
func CleanStopwords ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.