Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRuneDictionaryTree ¶
func CreateRuneDictionaryTree(filename string) (Node, []WordDetails)
Types ¶
type Node ¶
type Node struct { Children map[rune]*Node Words []*WordDetails }
type WordDetails ¶
func NewWordDetails ¶
func NewWordDetails(word string) WordDetails
type WordDetailsSlice ¶
type WordDetailsSlice []WordDetails
Click to show internal directories.
Click to hide internal directories.