Implementation of the Aho-Corasick string searching algorithm, as described in the paper "Efficient string matching: an aid to bibliographic search".
TypeScript implementation of the Aho-Corasick algorithm for efficient string matching
Aho Corasick implementation written in TypeScript