Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Levenshtein ¶
Types ¶
type WordSet ¶
type WordSet struct {
// contains filtered or unexported fields
}
func CopyWordSet ¶
func MakeWordSet ¶
func NewWordSet ¶
func NewWordSet() WordSet
func (WordSet) DifferenceMagnitudes ¶
func (WordSet) Magnitudes ¶
interpreting this wordset as a set of differences, compute the aggregate magnitude of the difference. return values: positive: total number of letters you'd need to add from zero to reach this point negative: total number of letters you'd need to subtract from zero to reach this point total: positive + negative
Click to show internal directories.
Click to hide internal directories.