Documentation ¶ Index ¶ func Suggest(input string, species []string, n int) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Suggest ¶ func Suggest(input string, species []string, n int) []string Suggest returns up to n species names closest to the input. Levenshtein distance is computed case-insensitively; substring matches get their distance halved as a relevance boost. Types ¶ This section is empty. Source Files ¶ View all Source files suggest.go Click to show internal directories. Click to hide internal directories.