Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
func (*Trie) InsertWords ¶
InsertWords will split "Foo i Bar" into two entries - "Foo i Bar" - "Bar"
func (*Trie) SearchExact ¶
Search will return nil if not results were found
Click to show internal directories.
Click to hide internal directories.