Skip to content

A Go implementation of the Aho-Corasick string-searching algorithm

License

Notifications You must be signed in to change notification settings

merlinz01/go_phrase_scanner

Repository files navigation

go_phrase_scanner

This module provides an implementation of the Aho-Corasick algorithm for searching strings.