Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACAutomaton ¶
type ACAutomaton struct {
// contains filtered or unexported fields
}
func NewACAutomaton ¶
func NewACAutomaton(dictionary []string) *ACAutomaton
Construct the Model with a certain dictionary
func (*ACAutomaton) FindAllIndex ¶
func (m *ACAutomaton) FindAllIndex(s string) map[string][]int
Search all the matched positions of all patterns
Click to show internal directories.
Click to hide internal directories.