Versions in this module Expand all Collapse all v0 v0.2.0 Jun 23, 2026 Changes in this version + func EdgesFromSignatures(project string, docs []SigDoc, threshold float64) []graph.Edge + type SigDoc struct + QN string + Sig []uint64 v0.1.1 Jun 22, 2026 v0.1.0 Jun 20, 2026 Changes in this version + func Edges(project string, docs []Doc, threshold float64) []graph.Edge + func EstJaccard(a, b []uint64) float64 + func Signature(tokens []string, k, numHashes int) []uint64 + func Tokenize(src string) []string + type Doc struct + QN string + Tokens []string