aho_corasick_trie 0.0.2 copy "aho_corasick_trie: ^0.0.2" to clipboard
aho_corasick_trie: ^0.0.2 copied to clipboard

Aho-Corasick string search, implemented directly on top of a (slow) trie

The second-worst Aho-Corasick implementation on pub.dev.

Usage #

AhoCorasick.from(['b', 'ab', 'e'])
        .findAll('abe')
        .map((m) => m.contents)
        .toList());
// [b, ab, e]
0
likes
140
pub points
0%
popularity

Publisher

verified publisherecstaticmorse.net

Aho-Corasick string search, implemented directly on top of a (slow) trie

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on aho_corasick_trie