Versions in this module Expand all Collapse all v0 v0.1.0 Mar 6, 2025 Changes in this version + type DBase interface + Init func(*sql.DB) + Select func(string) ([]Record, error) + type Diff interface + Compare func(src, ref, out string) error + type Exact interface + Find func(string) bool + Init func([]Record) + type Fuzzy interface + FindExact func(string) []string + FindFuzzy func(string) []string + Init func([]Record) error + type Matcher interface + Init func(*sql.DB, []Record) error + Match func(Record) ([]Record, error) + MatchExact func(string) ([]Record, error) + MatchFuzzy func(string, string) ([]Record, error) + type Record struct + Authors []string + CanonicalFull string + CanonicalSimple string + CanonicalStemmed string + Cardinality int + DataSet string + EditDistance int + Family string + ID string + Index int + MatchType verifier.MatchTypeValue + Name string + ParsingQuality int + Score float64 + ScoreDetails *verifier.ScoreDetails + Year int