Versions in this module Expand all Collapse all v1 v1.0.0 Apr 11, 2017 Changes in this version + type ClosestMatch struct + SubstringSizes []int + Substrings map[string]map[string]struct{} + func Load(filename string) (*ClosestMatch, error) + func New(possible []string, subsetSize []int) *ClosestMatch + func (cm *ClosestMatch) Accuracy() float64 + func (cm *ClosestMatch) Closest(searchWord string) string + func (cm *ClosestMatch) ClosestN(searchWord string, n int) []string + func (cm *ClosestMatch) Save(filename string) error Incompatible versions in this module v2.1.0+incompatible Apr 24, 2017 v2.0.0+incompatible Apr 23, 2017