Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LevenshteinResult ¶
func CompareWithLevenstein ¶
func CompareWithLevenstein(v string, vals []string) []*LevenshteinResult
func FindBestMatchWithLevenstein ¶
func FindBestMatchWithLevenstein(v string, vals []string) (*LevenshteinResult, bool)
type SorensenDiceResult ¶
func CompareWithSorensenDice ¶
func CompareWithSorensenDice(v string, vals []string) []*SorensenDiceResult
func FindBestMatchWithSorensenDice ¶
func FindBestMatchWithSorensenDice(v string, vals []string) (*SorensenDiceResult, bool)
Click to show internal directories.
Click to hide internal directories.