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
}
Trie defines an N-ary tree where a dictionary is loaded character by character into a new descendant.
func (*Trie) AddDictionary ¶
AddDictionary adds a dictionary to the trie.
Click to show internal directories.
Click to hide internal directories.