程序包 com.github.myibu.algorithm.filter.doublearray
-
接口概要 接口 说明 AhoCorasickDoubleArrayTrie.IHit<V> Processor handles the output when hit a keywordAhoCorasickDoubleArrayTrie.IHitCancellable<V> Callback that allows to cancel the search process.AhoCorasickDoubleArrayTrie.IHitFull<V> Processor handles the output when hit a keyword, with more detail -
类概要 类 说明 AhoCorasickDoubleArrayTrie<V> An implementation of Aho Corasick algorithm based on Double Array TrieAhoCorasickDoubleArrayTrie.Hit<V> A result outputState