AhoCorasickTrie: AhoCorasickTrie: fast searching for multiple keywords in...

Description

Description

Builds an Aho-Corasick trie from one or more keywords and uses it to search one or more texts. For a large number of keywords, Aho-Corasick is much faster than a naive approach (such as lapply(keywords, gregexpr, text)).


AhoCorasickTrie documentation built on Oct. 23, 2020, 5:23 p.m.